From f89de330228e5159bb2cda0c03b81f2b5b7e83aa Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Mon, 23 Feb 2004 22:09:27 +0000 Subject: Cleaning up the revision of chroot and reboot sections. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3259 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter09/reboot.xml | 35 ++++++++--------------------------- 1 file changed, 8 insertions(+), 27 deletions(-) (limited to 'chapter09/reboot.xml') diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index 4ba8ba98f..d5ef9bf58 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -2,30 +2,12 @@ Rebooting the system -Now that all of the software has been installed, it's time to exit the -chroot environment and reboot the computer. Before we exit the chroot -environment, let's unmount any mounted virtual file systems by running: +Now that all of the software has been installed, it is time to reboot +your computer. First exit from the chroot environment: -umount /proc -umount /dev/pts - -Exit the chroot environment: logout -Additionally, now that all software has been installed, there is no longer -a need for the /tools directory. You may -delete it. As this will also remove the temporary copies of Tcl, Expect and -DejaGnu, which were used for running the toolchain tests, you will need to -recompile and re-install them on your LFS system if you want to use these -programs later. - -Also you may now want to move the contents of -/sources to -/usr/src/packages or something similar -(or simply delete them if you've burned them on a CD) and delete the -directory. - -Before we reboot, let's unmount the LFS partition itself: +Then unmount the LFS file system: umount $LFS @@ -36,15 +18,14 @@ unmount the other partitions before you unmount $LFS, like this: umount $LFS/home umount $LFS -And now you can reboot your system by running something like: +Now reboot your system with: -/sbin/shutdown -r now +shutdown -r now -Assuming the Grub boot loader was set up as outlined earlier, the -default menu should be set to boot LFS &milestone; -automatically. +Assuming the Grub boot loader was set up as outlined earlier, the menu +is set to boot LFS &milestone; automatically. -After you have rebooted, your LFS system is ready for use and you +When the reboot is complete, your LFS system is ready for use and you can start adding your own software. -- cgit v1.2.3-54-g00ecf