Преглед изворни кода

Updates for eudev
Minor text changes


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10507 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Bruce Dubbs пре 11 година
родитељ
комит
15458da856
4 измењених фајлова са 45 додато и 5 уклоњено
  1. 40 2
      appendices/dependencies.xml
  2. 1 1
      chapter02/creatingpartition.xml
  3. 3 1
      chapter06/eudev.xml
  4. 1 1
      chapter09/reboot.xml

+ 40 - 2
appendices/dependencies.xml

@@ -375,7 +375,7 @@
         <segtitle>&testsuites;</segtitle>
 
         <seglistitem>
-          <seg></seg>
+          <seg>None</seg>
         </seglistitem>
       </segmentedlist>
 
@@ -431,6 +431,43 @@
         </seglistitem>
       </segmentedlist>
 
+<!-- Begin Eudev dependency info -->
+
+  <bridgehead renderas="sect2" id="ieudev-dep">Eudev</bridgehead>
+
+      <segmentedlist>
+        <segtitle>&dependencies;</segtitle>
+
+        <seglistitem>
+         <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
+         Kmod, Make, Sed, and Util-linux</seg>
+        </seglistitem>
+      </segmentedlist>
+
+      <segmentedlist>
+        <segtitle>&testsuites;</segtitle>
+
+        <seglistitem>
+          <seg>None</seg>
+        </seglistitem>
+      </segmentedlist>
+
+      <segmentedlist>
+        <segtitle>&before;</segtitle>
+
+        <seglistitem>
+          <seg>None</seg>
+        </seglistitem>
+      </segmentedlist>
+
+      <segmentedlist>
+        <segtitle>&external;</segtitle>
+
+        <seglistitem>
+          <seg>Glib, Pci-Utils, Python, USB-Utils</seg>
+        </seglistitem>
+      </segmentedlist>
+
 <!-- Begin Expect dependency info -->
   <bridgehead renderas="sect2" id="expect-dep">Expect</bridgehead>
 
@@ -2048,6 +2085,7 @@
       </segmentedlist>
 
 <!-- Begin Udev dependency info -->
+<!--
   <bridgehead renderas="sect2" id="udev-dep">Udev</bridgehead>
 
       <segmentedlist>
@@ -2082,7 +2120,7 @@
           <seg>Glib, Pci-Utils, Python, Systemd, USB-Utils</seg>
         </seglistitem>
       </segmentedlist>
-
+-->
 <!-- Begin Util-linux dependency info -->
   <bridgehead renderas="sect2" id="util-linux-dep">Util-linux</bridgehead>
 

+ 1 - 1
chapter02/creatingpartition.xml

@@ -30,7 +30,7 @@
 
 -->
 
-  <para>A minimal system requires a partition of around 2.8 gigabytes (GB).
+  <para>A minimal system requires a partition of around 4 gigabytes (GB).
   This is enough to store all the source tarballs and compile the packages.
   However, if the LFS system is intended to be the primary Linux system,
   additional software will probably be installed which will require additional

+ 3 - 1
chapter06/eudev.xml

@@ -47,7 +47,9 @@ sed -r -i 's|/usr(/bin/test)|\1|'         test/udev-test.pl</userinput></screen>
 
 <para>Prepare Eudev for compilation:</para>
 
-<screen><userinput remap="configure">./configure --prefix=/usr           \
+<screen><userinput remap="configure">BLKID_CFLAGS=-I/tools/include       \
+BLKID_LIBS='-L/tools/lib -lblkid'   \
+./configure --prefix=/usr           \
             --bindir=/sbin          \
             --sbindir=/sbin         \
             --libdir=/usr/lib       \

+ 1 - 1
chapter09/reboot.xml

@@ -79,7 +79,7 @@
     </listitem>
   </itemizedlist>
 
-  <para>Now that we have said that, lets move on to booting our shiny new LFS
+  <para>Now that we have said that, let's move on to booting our shiny new LFS
   installation for the first time! First exit from the chroot environment:</para>
 
 <screen><userinput>logout</userinput></screen>