| 123456789101112131415161718192021222324252627282930313233343536 | <sect1 id="ch-finish-reboot"><title>Rebooting the system</title><?dbhtml filename="reboot.html" dir="chapter09"?><para>Now that all of the software has been installed, it is time to rebootyour 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/ptsumount $LFS/proc</userinput></screen>    <para>And unmount the LFS file system:</para><screen><userinput>umount $LFS</userinput></screen><para>If at the start you decided to create multiple partitions, you'll need tounmount the other partitions before unmounting the main one, like this:</para><screen><userinput>umount $LFS/usrumount $LFS/homeumount $LFS</userinput></screen><para>Now reboot your system with:</para><screen><userinput>shutdown -r now</userinput></screen><para>Assuming the Grub boot loader was set up as outlined earlier, the menuis set to boot <emphasis>LFS &milestone;</emphasis> automatically.</para><para>When the reboot is complete, your LFS system is ready for use and youcan start adding your own software.</para></sect1>
 |