reboot.xml 838 B

1234567891011121314151617181920212223
  1. <sect1 id="ch08-reboot">
  2. <title>Rebooting the system</title>
  3. <para>Now that all software has been installed, bootscripts have been created,
  4. it's time to reboot the computer. Before we reboot let's exit the
  5. chroot'ed environment first and unmount the LFS partition by running:</para>
  6. <para><screen><userinput>umount $LFS/proc &amp;&amp;</userinput>
  7. <userinput>umount $LFS</userinput></screen></para>
  8. <para>And you can reboot your system by running something like:</para>
  9. <para><screen><userinput>/sbin/shutdown -r now</userinput></screen></para>
  10. <para>At the LILO: prompt make sure that you tell it to boot
  11. <emphasis>lfs</emphasis> and not the default entry which will boot your
  12. host system again.</para>
  13. <para>After you have rebooted, your LFS system is ready for use and you
  14. can start adding your own software.</para>
  15. </sect1>