Changeset 00696e1d


Ignore:
Timestamp:
11/02/2021 04:45:09 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
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.
Message:

Automatic merge of trunk into multilib

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    rd352b98 r00696e1d  
    6363
    6464    <para>Ensure that the <command>ldconfig</command> and <command>sln</command>
    65     utilites are installed into
     65    utilites will be installed into
    6666    <filename class="directory">/usr/sbin</filename>:</para>
    6767
  • chapter11/reboot.xml

    rd352b98 r00696e1d  
    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.