Ignore:
Timestamp:
03/06/2021 07:16:06 AM (3 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
b0be49d
Parents:
f83b2fd
Message:

Version 10.1

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12156 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter11/reboot.xml

    rf83b2fd r73d51c6  
    7676<screen><userinput>logout</userinput></screen>
    7777
    78   <para>Then unmount the virtual file systems:</para>
     78  <para>Unmount the LFS file system hierarchy:</para>
    7979
    80 <screen><userinput>umount -v $LFS/dev/pts
    81 umount -v $LFS/dev
    82 umount -v $LFS/run
    83 umount -v $LFS/proc
    84 umount -v $LFS/sys</userinput></screen>
    85 
    86   <para>If multiple partitions were created, unmount the other
    87   partitions before unmounting the main one, like this:</para>
    88 
    89 <screen role="nodump"><userinput>umount -v $LFS/usr
    90 umount -v $LFS/home
    91 umount -v $LFS</userinput></screen>
    92 
    93   <para>Unmount the LFS file system itself:</para>
    94 
    95 <screen><userinput>umount -v $LFS</userinput></screen>
     80<screen><userinput>umount -Rv $LFS</userinput></screen>
    9681
    9782  <para>Now, reboot the system with:</para>
Note: See TracChangeset for help on using the changeset viewer.