2004-01-27 22:29:49 +00:00
|
|
|
<sect1 id="ch-finish-reboot">
|
2001-08-27 23:17:43 +01:00
|
|
|
<title>Rebooting the system</title>
|
2001-09-26 01:35:10 +01:00
|
|
|
<?dbhtml filename="reboot.html" dir="chapter09"?>
|
2001-08-27 23:17:43 +01:00
|
|
|
|
2004-02-23 22:09:27 +00:00
|
|
|
<para>Now that all of the software has been installed, it is time to reboot
|
|
|
|
your computer. First exit from the chroot environment:</para>
|
2001-08-27 23:17:43 +01:00
|
|
|
|
2003-10-14 07:12:00 +01:00
|
|
|
<screen><userinput>logout</userinput></screen>
|
|
|
|
|
2004-02-23 22:09:27 +00:00
|
|
|
<para>Then unmount the LFS file system:</para>
|
2003-10-14 07:12:00 +01:00
|
|
|
|
|
|
|
<screen><userinput>umount $LFS</userinput></screen>
|
2002-05-28 01:34:53 +01:00
|
|
|
|
2003-10-14 07:12:00 +01:00
|
|
|
<para>If you earlier decided to create multiple partitions, you'll need to
|
|
|
|
unmount the other partitions before you unmount $LFS, like this:</para>
|
2002-05-28 01:34:53 +01:00
|
|
|
|
2003-10-14 07:12:00 +01:00
|
|
|
<screen><userinput>umount $LFS/usr
|
2003-05-13 08:38:47 +01:00
|
|
|
umount $LFS/home
|
2003-10-10 00:22:07 +01:00
|
|
|
umount $LFS</userinput></screen>
|
2001-08-27 23:17:43 +01:00
|
|
|
|
2004-02-23 22:09:27 +00:00
|
|
|
<para>Now reboot your system with:</para>
|
2001-08-27 23:17:43 +01:00
|
|
|
|
2004-02-23 22:09:27 +00:00
|
|
|
<screen><userinput>shutdown -r now</userinput></screen>
|
2001-08-27 23:17:43 +01:00
|
|
|
|
2004-02-23 22:09:27 +00:00
|
|
|
<para>Assuming the Grub boot loader was set up as outlined earlier, the menu
|
|
|
|
is set to boot <emphasis>LFS &milestone;</emphasis> automatically.</para>
|
2001-08-27 23:17:43 +01:00
|
|
|
|
2004-02-23 22:09:27 +00:00
|
|
|
<para>When the reboot is complete, your LFS system is ready for use and you
|
2001-08-27 23:17:43 +01:00
|
|
|
can start adding your own software.</para>
|
|
|
|
|
|
|
|
</sect1>
|