diff options
-rw-r--r-- | appendices/dependencies.xml | 42 | ||||
-rw-r--r-- | chapter02/creatingpartition.xml | 2 | ||||
-rw-r--r-- | chapter06/eudev.xml | 4 | ||||
-rw-r--r-- | chapter09/reboot.xml | 2 |
4 files changed, 45 insertions, 5 deletions
diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index 8f1c85a90..1bc00058b 100644 --- a/appendices/dependencies.xml +++ b/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> diff --git a/chapter02/creatingpartition.xml b/chapter02/creatingpartition.xml index 86f9e2b98..9733b6fd4 100644 --- a/chapter02/creatingpartition.xml +++ b/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 diff --git a/chapter06/eudev.xml b/chapter06/eudev.xml index 2715119e2..0cbd6db36 100644 --- a/chapter06/eudev.xml +++ b/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 \ diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index cf95c024f..9d84732ef 100644 --- a/chapter09/reboot.xml +++ b/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> |