From bc362d427414bf9e6990e8f84384f20c3cc7944a Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Fri, 12 Sep 2003 06:50:02 +0000 Subject: Corrected problems pointed out on the lists git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2780 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter09/reboot.xml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'chapter09') diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index b3b53ea3e..a4ab403b5 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -21,29 +21,11 @@ umount $LFS /sbin/shutdown -r now -At the LILO: prompt make sure that you tell it to boot +At the Grub menu make sure that you tell it to boot lfs and not the default entry which will boot your host system again. After you have rebooted, your LFS system is ready for use and you can start adding your own software. -One final thing you may want to do is run lilo, now that you are -booted into LFS. This way you will put the LFS version of LILO in the MBR -rather than the one that's there right now from your host system. -Depending on how old your host distribution is, the LFS version may have -more advanced features you need/could use. - -Either way, run the following to make the lilo version installed -on LFS active: - -/sbin/lilo - -You may now remove the tools directory. If you -think you may need to redo Chapter 5, then you may wish to backup the directory -before removing it. To remove the tools directory, type -the following command, carefully: - -rm -rf /tools - -- cgit v1.2.3-54-g00ecf