mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Updates for eudev
Minor text changes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10507 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
5d5390bf01
commit
15458da856
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user