reboot.xml 1020 B

12345678910111213141516171819202122232425262728293031
  1. <sect1 id="ch-finish-reboot">
  2. <title>Rebooting the system</title>
  3. <?dbhtml filename="reboot.html" dir="chapter09"?>
  4. <para>Now that all of the software has been installed, it is time to reboot
  5. your computer. First exit from the chroot environment:</para>
  6. <screen><userinput>logout</userinput></screen>
  7. <para>Then unmount the LFS file system:</para>
  8. <screen><userinput>umount $LFS</userinput></screen>
  9. <para>If you earlier decided to create multiple partitions, you'll need to
  10. unmount the other partitions before you unmount $LFS, like this:</para>
  11. <screen><userinput>umount $LFS/usr
  12. umount $LFS/home
  13. umount $LFS</userinput></screen>
  14. <para>Now reboot your system with:</para>
  15. <screen><userinput>shutdown -r now</userinput></screen>
  16. <para>Assuming the Grub boot loader was set up as outlined earlier, the menu
  17. is set to boot <emphasis>LFS &milestone;</emphasis> automatically.</para>
  18. <para>When the reboot is complete, your LFS system is ready for use and you
  19. can start adding your own software.</para>
  20. </sect1>