mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-08 15:23:24 +00:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
00696e1dd9
@ -62,7 +62,7 @@
|
|||||||
cd build</userinput></screen>
|
cd build</userinput></screen>
|
||||||
|
|
||||||
<para>Ensure that the <command>ldconfig</command> and <command>sln</command>
|
<para>Ensure that the <command>ldconfig</command> and <command>sln</command>
|
||||||
utilites are installed into
|
utilites will be installed into
|
||||||
<filename class="directory">/usr/sbin</filename>:</para>
|
<filename class="directory">/usr/sbin</filename>:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">echo "rootsbindir=/usr/sbin" > configparms</userinput></screen>
|
<screen><userinput remap="pre">echo "rootsbindir=/usr/sbin" > configparms</userinput></screen>
|
||||||
|
@ -84,10 +84,30 @@
|
|||||||
installation for the first time! First exit from the chroot environment:</para>
|
installation for the first time! First exit from the chroot environment:</para>
|
||||||
|
|
||||||
<screen><userinput>logout</userinput></screen>
|
<screen><userinput>logout</userinput></screen>
|
||||||
|
<!-- We need to show the user the details...
|
||||||
<para>Unmount the LFS file system hierarchy:</para>
|
<para>Unmount the LFS file system hierarchy:</para>
|
||||||
|
|
||||||
<screen><userinput>umount -Rv $LFS</userinput></screen>
|
<screen><userinput>umount -Rv $LFS</userinput></screen>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<para>Then unmount the virtual file systems:</para>
|
||||||
|
|
||||||
|
<screen><userinput>umount -v $LFS/dev/pts
|
||||||
|
umount -v $LFS/dev
|
||||||
|
umount -v $LFS/run
|
||||||
|
umount -v $LFS/proc
|
||||||
|
umount -v $LFS/sys</userinput></screen>
|
||||||
|
|
||||||
|
<para>If multiple partitions were created, unmount the other
|
||||||
|
partitions before unmounting the main one, like this:</para>
|
||||||
|
|
||||||
|
<screen role="nodump"><userinput>umount -v $LFS/usr
|
||||||
|
umount -v $LFS/home
|
||||||
|
umount -v $LFS</userinput></screen>
|
||||||
|
|
||||||
|
<para>Unmount the LFS file system itself:</para>
|
||||||
|
|
||||||
|
<screen role="nodump"><userinput>umount -v $LFS</userinput></screen>
|
||||||
|
|
||||||
<para>Now, reboot the system with:</para>
|
<para>Now, reboot the system with:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user