Changeset 00696e1d
- Timestamp:
- 11/02/2021 04:45:09 AM (23 months ago)
- Branches:
- multilib
- Children:
- 4a74a6f
- Parents:
- d352b98 (diff), 56587fc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter08/glibc.xml
rd352b98 r00696e1d 63 63 64 64 <para>Ensure that the <command>ldconfig</command> and <command>sln</command> 65 utilites are installed into65 utilites will be installed into 66 66 <filename class="directory">/usr/sbin</filename>:</para> 67 67 -
chapter11/reboot.xml
rd352b98 r00696e1d 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.