Rebooting the system
Now that all of the software has been installed, it is time to reboot
your computer. First exit from the chroot environment:
logout
Then unmount the LFS file system:
umount $LFS
If you earlier decided to create multiple partitions, you'll need to
unmount the other partitions before you unmount $LFS, like this:
umount $LFS/usr
umount $LFS/home
umount $LFS
Now reboot your system with:
shutdown -r now
Assuming the Grub boot loader was set up as outlined earlier, the menu
is set to boot LFS &milestone; automatically.
When the reboot is complete, your LFS system is ready for use and you
can start adding your own software.