mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Internal clarifications of fuse versions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18583 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
1647d338ea
commit
810609470e
@ -104,7 +104,7 @@
|
||||
<xref linkend="avahi"/>,
|
||||
<xref linkend="bluez"/>,
|
||||
<xref linkend="dbus-glib"/>,
|
||||
<xref linkend="fuse"/>,
|
||||
<xref linkend="fuse3"/>,
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<xref linkend="libarchive"/>,
|
||||
<xref linkend="libcdio"/>,
|
||||
@ -125,7 +125,7 @@
|
||||
<xref linkend="avahi"/>,
|
||||
<xref linkend="bluez"/>,
|
||||
<xref linkend="dbus-glib"/>,
|
||||
<xref linkend="fuse"/>,
|
||||
<xref linkend="fuse3"/>,
|
||||
<xref linkend="gnome-online-accounts"/>,
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<xref linkend="libarchive"/>,
|
||||
|
@ -45,7 +45,7 @@
|
||||
|
||||
<!-- Chapter 5 -->
|
||||
<!ENTITY btrfs-progs-version "4.10.2">
|
||||
<!ENTITY fuse-version "3.0.0">
|
||||
<!ENTITY fuse3-version "3.0.0">
|
||||
<!ENTITY fuse2-version "2.9.7">
|
||||
<!ENTITY jfsutils-version "1.1.15">
|
||||
<!ENTITY lvm2-version "2.02.169">
|
||||
|
@ -24,7 +24,7 @@ $Date$
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="initramfs.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="btrfs-progs.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fuse.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fuse3.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fuse2.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jfs.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lvm2.xml"/>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY fuse2-download-http "https://github.com/libfuse/libfuse/releases/download/fuse-&fuse-version;/fuse-&fuse-version;.tar.gz">
|
||||
<!ENTITY fuse2-download-http "https://github.com/libfuse/libfuse/releases/download/fuse-&fuse2-version;/fuse-&fuse2-version;.tar.gz">
|
||||
<!ENTITY fuse2-download-ftp " ">
|
||||
<!ENTITY fuse2-md5sum "9bd4ce8184745fd3d000ca2692adacdb">
|
||||
<!ENTITY fuse2-size "646 KB">
|
||||
@ -77,7 +77,7 @@
|
||||
|
||||
<bridgehead renderas="sect3">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="fuse"/> (runtime only)
|
||||
<xref linkend="fuse3"/> (runtime only)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
@ -103,7 +103,7 @@
|
||||
<*/M> FUSE (Filesystem in Userspace) support [CONFIG_FUSE_FS]</literal></screen>
|
||||
|
||||
<indexterm zone="fuse2 fuse2-kernel">
|
||||
<primary sortas="d-fuse">fuse</primary>
|
||||
<primary sortas="d-fuse2">fuse</primary>
|
||||
</indexterm>
|
||||
</sect2>
|
||||
|
||||
|
@ -4,15 +4,15 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY fuse-download-http "https://github.com/libfuse/libfuse/releases/download/fuse-&fuse-version;/fuse-&fuse-version;.tar.gz">
|
||||
<!ENTITY fuse-download-ftp " ">
|
||||
<!ENTITY fuse-md5sum "d4d8bc7aa8202e4fca1ad47ff844206f">
|
||||
<!ENTITY fuse-size "732 KB">
|
||||
<!ENTITY fuse-buildsize "11 MB">
|
||||
<!ENTITY fuse-time "0.2 SBU">
|
||||
<!ENTITY fuse3-download-http "https://github.com/libfuse/libfuse/releases/download/fuse-&fuse3-version;/fuse3-&fuse3-version;.tar.gz">
|
||||
<!ENTITY fuse3-download-ftp " ">
|
||||
<!ENTITY fuse3-md5sum "d4d8bc7aa8202e4fca1ad47ff844206f">
|
||||
<!ENTITY fuse3-size "732 KB">
|
||||
<!ENTITY fuse3-buildsize "11 MB">
|
||||
<!ENTITY fuse3-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="fuse" xreflabel="Fuse-&fuse-version;">
|
||||
<sect1 id="fuse3" xreflabel="Fuse-&fuse3-version;">
|
||||
<?dbhtml filename="fuse.html"?>
|
||||
|
||||
<sect1info>
|
||||
@ -20,9 +20,9 @@
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>Fuse-&fuse-version;</title>
|
||||
<title>Fuse-&fuse3-version;</title>
|
||||
|
||||
<indexterm zone="fuse">
|
||||
<indexterm zone="fuse3">
|
||||
<primary sortas="a-Fuse">Fuse</primary>
|
||||
</indexterm>
|
||||
|
||||
@ -43,32 +43,32 @@
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Download (HTTP): <ulink url="&fuse-download-http;"/>
|
||||
Download (HTTP): <ulink url="&fuse3-download-http;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download (FTP): <ulink url="&fuse-download-ftp;"/>
|
||||
Download (FTP): <ulink url="&fuse3-download-ftp;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download MD5 sum: &fuse-md5sum;
|
||||
Download MD5 sum: &fuse3-md5sum;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download size: &fuse-size;
|
||||
Download size: &fuse3-size;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated disk space required: &fuse-buildsize;
|
||||
Estimated disk space required: &fuse3-buildsize;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated build time: &fuse-time;
|
||||
Estimated build time: &fuse3-time;
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
@ -98,8 +98,8 @@
|
||||
<screen><literal>File systems --->
|
||||
<*/M> FUSE (Filesystem in Userspace) support [CONFIG_FUSE_FS]</literal></screen>
|
||||
|
||||
<indexterm zone="fuse fuse-kernel">
|
||||
<primary sortas="d-fuse">fuse</primary>
|
||||
<indexterm zone="fuse3 fuse-kernel">
|
||||
<primary sortas="d-fuse3">fuse</primary>
|
||||
</indexterm>
|
||||
</sect2>
|
||||
|
||||
@ -133,10 +133,10 @@ make</userinput></screen>
|
||||
<screen role="root"><userinput>make install &&
|
||||
|
||||
rm -rf /tmp/init.d &&
|
||||
install -v -m755 -d /usr/share/doc/fuse-&fuse-version; &&
|
||||
install -v -m755 -d /usr/share/doc/fuse-&fuse3-version; &&
|
||||
install -v -m644 doc/{README.NFS,kernel.txt} \
|
||||
/usr/share/doc/fuse-&fuse-version; &&
|
||||
cp -Rv doc/html /usr/share/doc/fuse-&fuse-version;</userinput></screen>
|
||||
/usr/share/doc/fuse-&fuse3-version; &&
|
||||
cp -Rv doc/html /usr/share/doc/fuse-&fuse3-version;</userinput></screen>
|
||||
|
||||
<!--
|
||||
<para>
|
||||
@ -227,7 +227,7 @@ EOF</userinput></screen>
|
||||
libfuse3.so
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/include/fuse3 and /usr/share/doc/fuse-&fuse-version;
|
||||
/usr/include/fuse3 and /usr/share/doc/fuse-&fuse3-version;
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
@ -244,7 +244,7 @@ EOF</userinput></screen>
|
||||
is a set users ID root program to mount and unmount Fuse
|
||||
filesystems.
|
||||
</para>
|
||||
<indexterm zone="fuse fusermount3">
|
||||
<indexterm zone="fuse3 fusermount3">
|
||||
<primary sortas="b-fusermount3">fusermount3</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
@ -257,7 +257,7 @@ EOF</userinput></screen>
|
||||
is the command <command>mount</command> would call to mount a Fuse
|
||||
filesystem.
|
||||
</para>
|
||||
<indexterm zone="fuse mount.fuse3">
|
||||
<indexterm zone="fuse3 mount.fuse3">
|
||||
<primary sortas="b-mount.fuse3">mount.fuse3</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
@ -269,7 +269,7 @@ EOF</userinput></screen>
|
||||
<para>
|
||||
contains the <application>FUSE</application> API functions.
|
||||
</para>
|
||||
<indexterm zone="fuse libfuse3">
|
||||
<indexterm zone="fuse3 libfuse3">
|
||||
<primary sortas="c-libfuse3">libfuse3.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
Loading…
Reference in New Issue
Block a user