Changeset 1ec69ac5 for chapter09


Ignore:
Timestamp:
10/15/2005 05:22:01 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1.1
Children:
5473c666
Parents:
e9f3e85
Message:

Added nodump attributes.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter09/reboot.xml

    re9f3e85 r1ec69ac5  
    4343partitions before unmounting the main one, like this:</para>
    4444
    45 <screen><userinput>umount $LFS/usr
     45<screen role="nodump"><userinput>umount $LFS/usr
    4646umount $LFS/home
    4747umount $LFS</userinput></screen>
     
    4949<para>Now, reboot the system with:</para>
    5050
    51 <screen><userinput>shutdown -r now</userinput></screen>
     51<screen role="nodump"><userinput>shutdown -r now</userinput></screen>
    5252
    5353<para>Assuming the GRUB boot loader was set up as outlined earlier, the menu
Note: See TracChangeset for help on using the changeset viewer.