Changeset 56587fc


Ignore:
Timestamp:
11/01/2021 05:05:41 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, arm, bdubbs/gcc13, 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:
00696e1d, 747287d
Parents:
d02074e9
Message:

Make umounting explicit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter11/reboot.xml

    rd02074e9 r56587fc  
    8585
    8686<screen><userinput>logout</userinput></screen>
    87 
     87<!-- We need to show the user the details...
    8888  <para>Unmount the LFS file system hierarchy:</para>
    8989
    9090<screen><userinput>umount -Rv $LFS</userinput></screen>
     91-->
     92
     93  <para>Then unmount the virtual file systems:</para>
     94
     95<screen><userinput>umount -v $LFS/dev/pts
     96umount -v $LFS/dev
     97umount -v $LFS/run
     98umount -v $LFS/proc
     99umount -v $LFS/sys</userinput></screen>
     100
     101  <para>If multiple partitions were created, unmount the other
     102  partitions before unmounting the main one, like this:</para>
     103
     104<screen role="nodump"><userinput>umount -v $LFS/usr
     105umount -v $LFS/home
     106umount -v $LFS</userinput></screen>
     107
     108  <para>Unmount the LFS file system itself:</para>
     109
     110<screen role="nodump"><userinput>umount -v $LFS</userinput></screen>
    91111
    92112  <para>Now, reboot the system with:</para>
Note: See TracChangeset for help on using the changeset viewer.