Ignore:
Timestamp:
08/08/2004 02:11:45 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
ee45b2ee
Parents:
1dc34de7
Message:

Completed global edits for upcoming 6.0 release

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter09/reboot.xml

    r1dc34de7 rdbc195c  
    88<?dbhtml filename="reboot.html"?>
    99
    10 <para>Now that all of the software has been installed, it is time to reboot
    11 your computer. First exit from the chroot environment:</para>
     10<para>Now that all of the software has been installed, it is time to
     11reboot the computer. First exit from the chroot environment:</para>
    1212
    1313<screen><userinput>logout</userinput></screen>
     
    2121umount $LFS/sys</userinput></screen>   
    2222
    23 <para>And unmount the LFS file system:</para>
     23<para>And unmount the LFS file system itself:</para>
    2424
    2525<screen><userinput>umount $LFS</userinput></screen>
    2626
    27 <para>If at the start you decided to create multiple partitions, you'll need to
    28 unmount the other partitions before unmounting the main one, like this:</para>
     27<para>If multiple partitions were created, unmount the other
     28partitions before unmounting the main one, like this:</para>
    2929
    3030<screen><userinput>umount $LFS/usr
     
    3636<screen><userinput>shutdown -r now</userinput></screen>
    3737
    38 <para>Assuming the Grub boot loader was set up as outlined earlier, the menu
    39 is set to boot <emphasis>LFS &milestone;</emphasis> automatically.</para>
     38<para>Assuming the Grub bootloader was set up as outlined earlier, the menu
     39is set to boot <emphasis>LFS &version;</emphasis> automatically.</para>
    4040
    41 <para>When the reboot is complete, your LFS system is ready for use and you
    42 can start adding your own software.</para>
     41<para>When the reboot is complete, the LFS system is ready for use and
     42software can be added.</para>
    4343
    4444</sect1>
     45
Note: See TracChangeset for help on using the changeset viewer.