diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-01-30 10:44:38 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-01-30 10:44:38 +0000 |
commit | 8bbebcca6305e2322df217b29548742922b34e84 (patch) | |
tree | b17dcc0d09dc8d20026a3444e8a5919ba888d5c3 | |
parent | 155d6d1a6f514873d5e539f6d7445744b163f882 (diff) |
Removed obsolete commented text, chapter09.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4597 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter09/reboot.xml | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index 126487a60..59219fcd7 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -7,26 +7,13 @@ <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 umount $LFS/dev umount $LFS/proc -umount $LFS/sys</userinput></screen> - -<!-- -<para>Unmount the LFS file system itself:</para> ---> +umount $LFS/sys</userinput></screen> <screen><userinput>umount $LFS</userinput></screen> @@ -37,18 +24,6 @@ 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> |