Changeset 053b206 for chapter09


Ignore:
Timestamp:
01/21/2014 06:49:14 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.5, 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:
ef8510e
Parents:
cb23c1a
Message:

Moved util-linux final build to be after udev.
Fixed up e2fsprogs and udev to use the Chapter 5 build of util-linux.

Changed umount instructions in Chapter 9 to be compatible with
changes in mounting /run as a tmpfs.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter09/reboot.xml

    rcb23c1a r053b206  
    8888
    8989<screen><userinput>umount -v $LFS/dev/pts
    90 
    91 if [ -h $LFS/dev/shm ]; then
    92   link=$(readlink $LFS/dev/shm)
    93   umount -v $LFS/$link
    94   unset link
    95 else
    96   umount -v $LFS/dev/shm
    97 fi
    98 
    9990umount -v $LFS/dev
     91umount -v $LFS/run
    10092umount -v $LFS/proc
    10193umount -v $LFS/sys</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.