Changeset f69944f for postlfs


Ignore:
Timestamp:
07/23/2012 02:16:42 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6f57c53
Parents:
70c0ef4
Message:

AutoGen 5.16.1, Fuse 2.9.1 and PyXDG 0.20.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10444 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/fuse.xml

    r70c0ef4 rf69944f  
    55  %general-entities;
    66
    7   <!ENTITY fuse-download-http
    8     "&sourceforge-repo;/fuse/fuse-&fuse-version;.tar.gz">
     7  <!ENTITY fuse-download-http "&sourceforge-repo;/fuse/fuse-&fuse-version;.tar.gz">
    98  <!ENTITY fuse-download-ftp  " ">
    10   <!ENTITY fuse-md5sum        "894ee11674f89a915ae87524aed55bc4">
     9  <!ENTITY fuse-md5sum        "c646133c7bbf8ad9d2ced0888dc4a319">
    1110  <!ENTITY fuse-size          "548 KB">
    1211  <!ENTITY fuse-buildsize     "8.2 MB">
     
    1413]>
    1514
    16 <sect1 id="fuse" xreflabel="fuse-&fuse-version;">
     15<sect1 id="fuse" xreflabel="Fuse-&fuse-version;">
    1716  <?dbhtml filename="fuse.html"?>
    1817
     
    2221  </sect1info>
    2322
    24   <title>fuse-&fuse-version;</title>
     23  <title>Fuse-&fuse-version;</title>
    2524
    2625  <indexterm zone="fuse">
    27     <primary sortas="a-fuse">fuse</primary>
     26    <primary sortas="a-Fuse">Fuse</primary>
    2827  </indexterm>
    2928
     
    104103    </para>
    105104
    106 <screen><userinput>./configure --prefix=/usr INIT_D_PATH=/tmp/init.d &amp;&amp;
     105<screen><userinput>./configure --prefix=/usr --disable-static INIT_D_PATH=/tmp/init.d &amp;&amp;
    107106make</userinput></screen>
    108107
     
    116115
    117116<screen role="root"><userinput>make install &amp;&amp;
     117mv -v /usr/lib/libfuse.so.* /lib &amp;&amp;
     118ln -sfv ../../lib/libfuse.so.&fuse-version; /usr/lib/libfuse.so &amp;&amp;
    118119rm -rf /tmp/init.d</userinput></screen>
    119120  </sect2>
     
    122123    <title>Command Explanations</title>
    123124
     125    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     126      href="../../xincludes/static-libraries.xml"/>
     127
    124128    <para>
    125129      <parameter>INIT_D_PATH=/tmp/init.d</parameter>: This parameter makes it
     
    128132
    129133    <para>
     134      <command>mv -v /usr/lib/libfuse.so.* /lib</command>: This moves
     135      <application>FUSE</application> library to root filesystem
     136      so that it is available at early boot in case
     137      <filename class="directory">/usr</filename> is on seperate
     138      partition and <xref linkend="ntfs-3g"/> is built with system
     139      <application>FUSE</application>.
     140    </para>
     141
     142    <para>
    130143      <command>rm -rf /tmp/init.d</command>: This removes the unneeded
    131144      bootscript.
    132145    </para>
     146
    133147  </sect2>
    134148
     
    139153      <title>Config Files</title>
    140154
    141       <para>Some options regarding mount policy can be set in the file
    142       <filename>/etc/fuse.conf</filename>.  To install the file run the
    143       following command as the  <systemitem class="username">root</systemitem>
    144       user:</para>
     155      <para>
     156        Some options regarding mount policy can be set in the file
     157        <filename>/etc/fuse.conf</filename>. To install the file run the
     158        following command as the <systemitem class="username">root</systemitem>
     159        user:
     160      </para>
    145161
    146162<screen role="root"><userinput>cat &gt; /etc/fuse.conf &lt;&lt; "EOF"
     
    156172EOF</userinput></screen>
    157173
    158       <para>Additional information about the meaning of the configuration
    159       options are found in the man page.</para>
     174      <para>
     175        Additional information about the meaning of the configuration
     176        options are found in the man page.
     177      </para>
    160178
    161179    </sect3>
    162180
    163181  </sect2>
    164 
    165182
    166183  <sect2 role="content">
     
    176193          fusermount,
    177194          mount.fuse and
    178           ulockmgr_server.
     195          ulockmgr_server
    179196        </seg>
    180197        <seg>
    181198          libfuse.so and
    182           libulockmgr.so.
     199          libulockmgr.so
    183200        </seg>
    184         <seg>/usr/include/fuse.</seg>
     201        <seg>
     202          /usr/include/fuse
     203        </seg>
    185204      </seglistitem>
    186205    </segmentedlist>
     
    233252        <listitem>
    234253          <para>
    235             contains the Fuse API functions.
     254            contains the <application>FUSE</application> API functions.
    236255          </para>
    237256          <indexterm zone="fuse libfuse">
     
    253272      </varlistentry>
    254273    </variablelist>
    255   </sect2>
     274
     275  </sect2>
     276
    256277</sect1>
Note: See TracChangeset for help on using the changeset viewer.