| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 | <?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [  <!ENTITY % general-entities SYSTEM "../general.ent">  %general-entities;]><sect1 id="ch-finish-reboot"><title>Rebooting the system</title><?dbhtml filename="reboot.html"?><!--<para>Now that all of the software has been installed, it is time toreboot the 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/dev/shmumount $LFS/devumount $LFS/procumount $LFS/sys</userinput></screen>    <!--<para>Unmount the LFS file system itself:</para>--><screen><userinput>umount $LFS</userinput></screen><para>If multiple partitions were created, unmount the otherpartitions before unmounting the main one, like this:</para><screen><userinput>umount $LFS/usrumount $LFS/homeumount $LFS</userinput></screen><!--<para>Now, reboot the 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 &version;</emphasis> automatically.</para><para>When the reboot is complete, the LFS system is ready for use andsoftware can be added.</para>--></sect1>
 |