Author: jim Date: 2006-07-20 17:45:52 -0600 (Thu, 20 Jul 2006) New Revision: 2059
Modified: / branches/clfs-2.0/BOOK/the-end/reboot.xml Log: [EMAIL PROTECTED] (orig r2180): jciccone | 2006-07-20 15:43:09 -0700 Updated the "Rebooting the System" page. Property changes on: ___________________________________________________________________ Name: svk:merge - b6734a72-470d-0410-b049-f317dca95413:/:2179 + b6734a72-470d-0410-b049-f317dca95413:/:2180 Modified: branches/clfs-2.0/BOOK/the-end/reboot.xml =================================================================== --- branches/clfs-2.0/BOOK/the-end/reboot.xml 2006-07-20 23:45:44 UTC (rev 2058) +++ branches/clfs-2.0/BOOK/the-end/reboot.xml 2006-07-20 23:45:52 UTC (rev 2059) @@ -10,11 +10,6 @@ <title>Rebooting the System</title> - <para>If you built your final system using the boot method, just run - <command>shutdown -r now</command> to reboot again, using your newly-built - kernel instead of the miminal one currently in use. If you chrooted, - there are a few more steps.</para> - <para>The system you have created in this book is quite minimal, and most likely will not have the functionality you would need to be able to continue forward. By installing a few extra packages from the BLFS @@ -29,32 +24,8 @@ this point might also be useful.</para> <para>Now that we have said that, lets move on to booting our shiny - new CLFS installation for the first time! First exit from the chroot - environment:</para> + new CLFS installation for the first time! Reboot the system with:</para> -<screen><userinput>logout</userinput></screen> - - <para>Then unmount the virtual file systems:</para> - -<screen><userinput>umount $CLFS/dev/pts -umount $CLFS/dev/shm -umount $CLFS/dev -umount $CLFS/proc -umount $CLFS/sys</userinput></screen> - - <para>Unmount the CLFS file system itself:</para> - -<screen><userinput>umount $CLFS</userinput></screen> - - <para>If multiple partitions were created, unmount the other - partitions before unmounting the main one, like this:</para> - -<screen><userinput>umount $CLFS/usr -umount $CLFS/home -umount $CLFS</userinput></screen> - - <para>Now, reboot the system with:</para> - <screen><userinput>shutdown -r now</userinput></screen> <para>Assuming the boot loader was set up as outlined earlier, -- http://linuxfromscratch.org/mailman/listinfo/cross-lfs FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
