Changeset 15458da


Ignore:
Timestamp:
03/07/2014 10:45:44 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
a57d556
Parents:
5d5390b
Message:

Updates for eudev
Minor text changes

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    r5d5390b r15458da  
    376376
    377377        <seglistitem>
    378           <seg></seg>
     378          <seg>None</seg>
    379379        </seglistitem>
    380380      </segmentedlist>
     
    429429        <seglistitem>
    430430          <seg>None</seg>
     431        </seglistitem>
     432      </segmentedlist>
     433
     434<!-- Begin Eudev dependency info -->
     435
     436  <bridgehead renderas="sect2" id="ieudev-dep">Eudev</bridgehead>
     437
     438      <segmentedlist>
     439        <segtitle>&dependencies;</segtitle>
     440
     441        <seglistitem>
     442         <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
     443         Kmod, Make, Sed, and Util-linux</seg>
     444        </seglistitem>
     445      </segmentedlist>
     446
     447      <segmentedlist>
     448        <segtitle>&testsuites;</segtitle>
     449
     450        <seglistitem>
     451          <seg>None</seg>
     452        </seglistitem>
     453      </segmentedlist>
     454
     455      <segmentedlist>
     456        <segtitle>&before;</segtitle>
     457
     458        <seglistitem>
     459          <seg>None</seg>
     460        </seglistitem>
     461      </segmentedlist>
     462
     463      <segmentedlist>
     464        <segtitle>&external;</segtitle>
     465
     466        <seglistitem>
     467          <seg>Glib, Pci-Utils, Python, USB-Utils</seg>
    431468        </seglistitem>
    432469      </segmentedlist>
     
    20492086
    20502087<!-- Begin Udev dependency info -->
     2088<!--
    20512089  <bridgehead renderas="sect2" id="udev-dep">Udev</bridgehead>
    20522090
     
    20832121        </seglistitem>
    20842122      </segmentedlist>
    2085 
     2123-->
    20862124<!-- Begin Util-linux dependency info -->
    20872125  <bridgehead renderas="sect2" id="util-linux-dep">Util-linux</bridgehead>
  • chapter02/creatingpartition.xml

    r5d5390b r15458da  
    3131-->
    3232
    33   <para>A minimal system requires a partition of around 2.8 gigabytes (GB).
     33  <para>A minimal system requires a partition of around 4 gigabytes (GB).
    3434  This is enough to store all the source tarballs and compile the packages.
    3535  However, if the LFS system is intended to be the primary Linux system,
  • chapter06/eudev.xml

    r5d5390b r15458da  
    4848<para>Prepare Eudev for compilation:</para>
    4949
    50 <screen><userinput remap="configure">./configure --prefix=/usr           \
     50<screen><userinput remap="configure">BLKID_CFLAGS=-I/tools/include       \
     51BLKID_LIBS='-L/tools/lib -lblkid'   \
     52./configure --prefix=/usr           \
    5153            --bindir=/sbin          \
    5254            --sbindir=/sbin         \
  • chapter09/reboot.xml

    r5d5390b r15458da  
    8080  </itemizedlist>
    8181
    82   <para>Now that we have said that, lets move on to booting our shiny new LFS
     82  <para>Now that we have said that, let's move on to booting our shiny new LFS
    8383  installation for the first time! First exit from the chroot environment:</para>
    8484
Note: See TracChangeset for help on using the changeset viewer.