Changeset 56587fc
- Timestamp:
- 11/01/2021 05:05:41 PM (2 years ago)
- Branches:
- 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-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/parallelism, xry111/pip3, xry111/rust-wip-20221008
- Children:
- 00696e1d, 747287d
- Parents:
- d02074e9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter11/reboot.xml
rd02074e9 r56587fc 85 85 86 86 <screen><userinput>logout</userinput></screen> 87 87 <!-- We need to show the user the details... 88 88 <para>Unmount the LFS file system hierarchy:</para> 89 89 90 90 <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 96 umount -v $LFS/dev 97 umount -v $LFS/run 98 umount -v $LFS/proc 99 umount -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 105 umount -v $LFS/home 106 umount -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> 91 111 92 112 <para>Now, reboot the system with:</para>
Note:
See TracChangeset
for help on using the changeset viewer.