mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Update sshfs instructions fo rmeson/ninja.
Tags and cleanup. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19847 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
e912fc8198
commit
2e0d6b9c6b
@ -34,7 +34,7 @@
|
||||
and conventions. <application>Qca</application> separates the API from
|
||||
the implementation, using plugins known as Providers.</para>
|
||||
|
||||
&lfs81_checked;
|
||||
&lfs82_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -50,7 +50,7 @@
|
||||
automatically.
|
||||
</para>
|
||||
|
||||
&lfs81_checked;
|
||||
&lfs82_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -137,6 +137,7 @@ ln -sfvn ../../lib/libfuse3.so.3.2.0 /usr/lib/libfuse3.so &&
|
||||
|
||||
mv -vf /usr/bin/fusermount3 /bin &&
|
||||
mv -vf /usr/sbin/mount.fuse3 /sbin &&
|
||||
chmod u+s /bin/fusermount3 &&
|
||||
|
||||
install -v -m755 -d /usr/share/doc/fuse-&fuse3-version; &&
|
||||
install -v -m644 ../doc/{README.NFS,kernel.txt} \
|
||||
|
@ -9,7 +9,7 @@
|
||||
<!ENTITY sshfs-download-ftp " ">
|
||||
<!ENTITY sshfs-md5sum "f261fe7ec77adc3a53f2116f3b8cb8ab">
|
||||
<!ENTITY sshfs-size "48 KB">
|
||||
<!ENTITY sshfs-buildsize "1.9 MB">
|
||||
<!ENTITY sshfs-buildsize "1.5 MB">
|
||||
<!ENTITY sshfs-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
on the remote files as if they were on your local computer.
|
||||
</para>
|
||||
|
||||
&lfs81_checked;
|
||||
&lfs82_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -111,8 +111,11 @@ fi</userinput></screen>
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a test suite.
|
||||
@ -122,7 +125,7 @@ make</userinput></screen>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
<screen role="root"><userinput>ninja install</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="using">
|
||||
@ -140,7 +143,7 @@ make</userinput></screen>
|
||||
When you've finished work and want to unmount it again:
|
||||
</para>
|
||||
|
||||
<screen><userinput>fusermount -u ~/example</userinput></screen>
|
||||
<screen><userinput>fusermount3 -u ~/example</userinput></screen>
|
||||
|
||||
<para>
|
||||
You can also mount an <application>sshfs</application> filesystem at boot
|
||||
@ -148,7 +151,7 @@ make</userinput></screen>
|
||||
<filename>/etc/fstab</filename> file:
|
||||
</para>
|
||||
|
||||
<screen>userid@example.com:/path /media/path fuse.sshfs _netdev,IdentityFile=/home/userid/.ssh/id_rsa 0 0</screen>
|
||||
<screen><literal>userid@example.com:/path /media/path fuse.sshfs _netdev,IdentityFile=/home/userid/.ssh/id_rsa 0 0</literal></screen>
|
||||
|
||||
<para>
|
||||
See <command>man 1 sshfs</command> and <command>man 8 mount.fuse</command>
|
||||
|
@ -37,7 +37,7 @@
|
||||
as well as perform HTTP requests.
|
||||
</para>
|
||||
|
||||
&lfs81_checked;
|
||||
&lfs82_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -40,7 +40,7 @@
|
||||
not yet been ported to openssl-1.1.x or later.
|
||||
</para>
|
||||
|
||||
&lfs81_checked;
|
||||
&lfs82_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -39,7 +39,7 @@
|
||||
inserted. Here, we choose Damien Miller's package distributed in the
|
||||
<application>OpenSSH</application> tarball.</para>
|
||||
|
||||
&lfs81_checked;
|
||||
&lfs82_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -42,7 +42,7 @@
|
||||
used to tunnel PPP over network sockets without changes to the server
|
||||
package source code.</para>
|
||||
|
||||
&lfs81_checked;
|
||||
&lfs82_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -38,7 +38,7 @@
|
||||
<application>zsh</application> most closely resembles
|
||||
<application>ksh</application> but includes many enhancements.</para>
|
||||
|
||||
&lfs81_checked;
|
||||
&lfs82_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
Loading…
Reference in New Issue
Block a user