2004-05-03 11:59:46 +01:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
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>
|
2004-05-03 11:59:46 +01:00
|
|
|
<?dbhtml filename="reboot.html"?>
|
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-24 22:14:47 +00:00
|
|
|
<para>Then unmount the virtual files systems:</para>
|
|
|
|
|
2004-02-28 11:26:41 +00:00
|
|
|
<screen><userinput>umount $LFS/dev/pts
|
2004-05-03 22:28:58 +01:00
|
|
|
umount $LFS/dev/shm
|
|
|
|
umount $LFS/dev
|
|
|
|
umount $LFS/proc
|
|
|
|
umount $LFS/sys</userinput></screen>
|
2004-02-24 22:14:47 +00:00
|
|
|
|
|
|
|
<para>And 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
|
|
|
|
2004-02-24 22:14:47 +00:00
|
|
|
<para>If at the start you decided to create multiple partitions, you'll need to
|
|
|
|
unmount the other partitions before unmounting the main one, 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>
|