aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09/reboot.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-12-19 19:50:52 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-12-19 19:50:52 +0000
commitae79672711d932594ad1ca8a0af33edf6a46aa46 (patch)
tree67cf79220b8b1fe09e58d72c1dbbfce839b872e4 /chapter09/reboot.xml
parent86ca6e777e71b58416bb3e024f56a59a1ab2796d (diff)
More text dropped.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4425 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09/reboot.xml')
-rw-r--r--chapter09/reboot.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml
index 018b13f8f..126487a60 100644
--- a/chapter09/reboot.xml
+++ b/chapter09/reboot.xml
@@ -7,12 +7,16 @@
<title>Rebooting the system</title>
<?dbhtml filename="reboot.html"?>
+<!--
<para>Now that all of the software has been installed, it is time to
reboot the computer. First exit from the chroot environment:</para>
+-->
<screen><userinput>logout</userinput></screen>
+<!--
<para>Then unmount the virtual files systems:</para>
+-->
<screen><userinput>umount $LFS/dev/pts
umount $LFS/dev/shm
@@ -20,7 +24,9 @@ umount $LFS/dev
umount $LFS/proc
umount $LFS/sys</userinput></screen>
+<!--
<para>Unmount the LFS file system itself:</para>
+-->
<screen><userinput>umount $LFS</userinput></screen>
@@ -31,14 +37,18 @@ partitions before unmounting the main one, like this:</para>
umount $LFS/home
umount $LFS</userinput></screen>
+<!--
<para>Now, reboot the system with:</para>
+-->
<screen><userinput>shutdown -r now</userinput></screen>
+<!--
<para>Assuming the Grub boot loader was set up as outlined earlier, the menu
is set to boot <emphasis>LFS &version;</emphasis> automatically.</para>
<para>When the reboot is complete, the LFS system is ready for use and
software can be added.</para>
+-->
</sect1>