2001-09-25 23:33:59 +01:00
|
|
|
<sect1 id="ch09-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
|
|
|
|
2002-10-25 19:28:22 +01:00
|
|
|
<para>Now that all of the software has been installed, it's time to reboot
|
|
|
|
the computer. Before we reboot, let's unmount $LFS/proc and the LFS
|
|
|
|
partition itself by running:</para>
|
2001-08-27 23:17:43 +01:00
|
|
|
|
2003-10-10 00:22:07 +01:00
|
|
|
<screen><userinput>umount $LFS/proc
|
|
|
|
umount $LFS</userinput></screen>
|
2002-05-28 01:34:53 +01:00
|
|
|
|
|
|
|
<para>If you decided to create multiple partitions, you need to umount the
|
|
|
|
other partitions before you umount $LFS, like this:</para>
|
|
|
|
|
2003-10-10 00:22:07 +01:00
|
|
|
<screen><userinput>umount $LFS/proc
|
2003-05-13 08:38:47 +01:00
|
|
|
umount $LFS/usr
|
|
|
|
umount $LFS/home
|
2003-10-10 00:22:07 +01:00
|
|
|
umount $LFS</userinput></screen>
|
2001-08-27 23:17:43 +01:00
|
|
|
|
|
|
|
<para>And you can reboot your system by running something like:</para>
|
|
|
|
|
2003-10-10 00:22:07 +01:00
|
|
|
<screen><userinput>/sbin/shutdown -r now</userinput></screen>
|
2001-08-27 23:17:43 +01:00
|
|
|
|
2003-09-12 07:50:02 +01:00
|
|
|
<para>At the Grub menu make sure that you tell it to boot
|
2001-08-27 23:17:43 +01:00
|
|
|
<emphasis>lfs</emphasis> and not the default entry which will boot your
|
|
|
|
host system again.</para>
|
|
|
|
|
|
|
|
<para>After you have rebooted, your LFS system is ready for use and you
|
|
|
|
can start adding your own software.</para>
|
|
|
|
|
|
|
|
</sect1>
|