Ticket #3622: updates.patch
File updates.patch, 6.6 KB (added by , 10 years ago) |
---|
-
trunk/BOOK/chapter03/introduction.xml
56 56 <screen role="nodump"><userinput>wget -i wget-list -P $LFS/sources</userinput></screen> 57 57 58 58 <para>Additionally, starting with LFS-7.0, there is a separate file, 59 <ulink url="../md5sums">md5sums</ulink>, can be used to verify that all59 <ulink url="../md5sums">md5sums</ulink>, which can be used to verify that all 60 60 the correct packages are available before proceeding. Place that file in 61 61 <filename class="directory">$LFS/sources</filename> and run:</para> 62 62 -
trunk/BOOK/chapter05/perl.xml
61 61 <para>Although Perl comes with a test suite, it would be better to wait 62 62 until it is installed in the next chapter.</para> 63 63 64 <para>Only a few of the utilities and libraries ,need to be installed at this64 <para>Only a few of the utilities and libraries need to be installed at this 65 65 time:</para> 66 66 67 67 <screen><userinput remap="install">cp -v perl cpan/podlators/pod2man /tools/bin -
trunk/BOOK/chapter06/automake.xml
52 52 <para>There are a couple of tests that incorrectly link to the 53 53 wrong version of the flex library, so we temporarily work around 54 54 the problem. Also, using the -j4 make option speeds up the tests, even on 55 systems with only one processor due to internal delays in individual55 systems with only one processor, due to internal delays in individual 56 56 tests. To test the results, issue:</para> 57 57 58 58 <screen><userinput remap="test">sed -i "s:./configure:LEXLIB=/usr/lib/libfl.a &:" t/lex-{clean,depend}-cxx.sh -
trunk/BOOK/chapter06/binutils.xml
65 65 sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen> 66 66 67 67 <para>Add an upstream patch to use gcc's link time optimization (LTO) 68 thedefault:</para>68 by default:</para> 69 69 70 70 <screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-patch;</userinput></screen> 71 71 -
trunk/BOOK/chapter06/flex.xml
41 41 <sect2 role="installation"> 42 42 <title>Installation of Flex</title> 43 43 44 <para>First, skip running three regression tests that require bison.</para>44 <para>First, skip running three regression tests that require Bison:</para> 45 45 46 46 <screen><userinput remap="pre">sed -i -e '/test-bison/d' tests/Makefile.in</userinput></screen> 47 47 -
trunk/BOOK/chapter06/inetutils.xml
41 41 <title>Installation of Inetutils</title> 42 42 43 43 <para>Create a definition to allow the <command>ifconfig</command> program 44 to build properly .</para>44 to build properly:</para> 45 45 46 46 <screen><userinput remap="pre">echo '#define PATH_PROCNET_DEV "/proc/net/dev"' >> ifconfig/system/linux.h </userinput></screen> 47 47 -
trunk/BOOK/chapter06/kmod.xml
78 78 79 79 <screen><userinput remap="test">make check</userinput></screen> 80 80 81 <para>Install the package ,man pages, and create symlinks for81 <para>Install the package and man pages, and create symlinks for 82 82 compatibility with Module-Init-Tools (the package that previously handled 83 Linux kernel modules). Also make sure that all libraries are in the 84 correct directory: </para> 83 Linux kernel modules):</para> 85 84 86 85 <screen><userinput remap="install">make install 87 86 -
trunk/BOOK/chapter06/man-pages.xml
23 23 <sect2 role="package"> 24 24 <title/> 25 25 26 <para>The Man-pages package contains over 1,900 man pages.</para>26 <para>The Man-pages package contains over 2,200 man pages.</para> 27 27 28 28 <segmentedlist> 29 29 <segtitle>&buildtime;</segtitle> -
trunk/BOOK/chapter07/bootscripts.xml
316 316 <term><command>udev_retry</command></term> 317 317 <listitem> 318 318 <para>Retries failed udev uevents, and copies generated rules 319 files from to319 files from <filename class="directory">/run/udev</filename> to 320 320 <filename class="directory">/etc/udev/rules.d</filename> if required</para> 321 321 <indexterm zone="ch-scripts-bootscripts udev-retry-bootscripts"> 322 322 <primary sortas="d-udev-retry">udev_retry</primary> -
trunk/BOOK/chapter08/kernel.xml
102 102 <para>This will create automated device nodes which are populated by the 103 103 kernel, even without udev running. Udev then runs on top of this, 104 104 managing permissions and adding symlinks. This configuration 105 it me is required for all users of udev/eudev.</para>105 item is required for all users of Udev/Eudev.</para> 106 106 </listitem> 107 107 </varlistentry> 108 108 … … 151 151 located in <xref linkend="ch-scripts-udev"/> and in the kernel 152 152 documentation in the <filename 153 153 class="directory">linux-&linux-version;/Documentation</filename> directory. 154 Also, <filename>modprobe. conf(5)</filename> may be of interest.</para>154 Also, <filename>modprobe.d(5)</filename> may be of interest.</para> 155 155 156 156 <para>Install the modules, if the kernel configuration uses them:</para> 157 157