reboot.xml 895 B

12345678910111213141516171819202122232425262728
  1. <sect1 id="ch08-reboot">
  2. <title>Rebooting the system</title>
  3. <para>
  4. Now that all software has been installed, bootscripts have been created,
  5. it's time to reboot the computer. Run a command like
  6. <userinput>/sbin/shutdown -r now</userinput> or
  7. <userinput>/sbin/reboot</userinput> to reboot your system and at the
  8. LILO: prompt make sure that you tell it to boot
  9. <emphasis>lfs</emphasis>.
  10. </para>
  11. <para>
  12. During the first boot you will get a few errors from syslogd and klogd.
  13. These errors occur because we haven't setup networking yet. That will
  14. be taken care of in the next chapter. So don't worry about those errors
  15. for now.
  16. </para>
  17. <para>
  18. As just stated, one thing remains to be done and that's setting up
  19. networking. After having rebooted and finished the next chapter of this
  20. book the LFS system is completely ready for use, and you can start
  21. adding your own software.
  22. </para>
  23. </sect1>