diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-09-16 21:37:34 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-09-16 21:37:34 -0500 |
commit | ea94a21b79b9615b78baac12da02cefb025a784d (patch) | |
tree | 3d5174220a956dc9ae9742f260133737a0372311 /chapter11/reboot.xml | |
parent | 9644bf9f088048a1779de36db31a32c4a1e72b4a (diff) |
Update Chapter 11
These changes provide additional information on how to install additional
packages from BLFS after LFS is complete.
Diffstat (limited to 'chapter11/reboot.xml')
-rw-r--r-- | chapter11/reboot.xml | 46 |
1 files changed, 27 insertions, 19 deletions
diff --git a/chapter11/reboot.xml b/chapter11/reboot.xml index b4413f1ce..70979a191 100644 --- a/chapter11/reboot.xml +++ b/chapter11/reboot.xml @@ -9,17 +9,22 @@ <?dbhtml filename="reboot.html"?> <title>Rebooting the System</title> + <para> + Now that all of the software has been installed, it is time to reboot + your computer. However, there are still a few things to check. + Here are some suggestions:</para> - <para>Now that all of the software has been installed, it is time to reboot - your computer. However, you should be aware of a few things. The system you + +<!-- + 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 book while still in our current chroot environment, you can leave yourself in a much better position to continue on once you reboot into your new LFS installation. Here are some suggestions:</para> - +--> <itemizedlist> - +<!-- <listitem><para>A text mode browser such as <ulink url='&blfs-book;basicnet/lynx.html'>Lynx</ulink> will allow you to easily view the BLFS book in one virtual terminal, while @@ -60,14 +65,21 @@ install <ulink url='&blfs-book;basicnet/wpa_supplicant.html'>wpa_supplicant</ulink>. </para></listitem> +--> + <listitem> + <para> + Install any <ulink + url='&blfs-book;postlfs/firmware.html'>firmware</ulink> needed if the + kernel driver for your hardware requires some firmware files to function + properly. + </para> + </listitem> - <listitem><para>Install <ulink - url='&blfs-book;postlfs/firmware.html'>firmwares</ulink> if the kernel - driver for your hardware require some firmware to function properly. - </para></listitem> - - <listitem><para>Finally, a review of the following configuration files - is also appropriate at this point.</para> + <listitem> + <para> + Finally, a review of the following configuration files + is also appropriate at this point. + </para> <itemizedlist> <listitem><para>/etc/bashrc </para></listitem> @@ -86,14 +98,11 @@ </itemizedlist> <para>Now that we have said that, let's move on to booting our shiny new LFS - installation for the first time! First exit from the chroot environment:</para> + installation for the first time! <emphasis>First exit from the chroot + environment</emphasis>:</para> <screen><userinput>logout</userinput></screen> -<!-- We need to show the user the details... - <para>Unmount the LFS file system hierarchy:</para> - -<screen><userinput>umount -Rv $LFS</userinput></screen> ---> +<!-- We need to show the user the details...--> <para>Then unmount the virtual file systems:</para> @@ -106,8 +115,7 @@ umount -v $LFS/sys</userinput></screen> <para>If multiple partitions were created, unmount the other partitions before unmounting the main one, like this:</para> -<screen role="nodump"><userinput>umount -v $LFS/usr -umount -v $LFS/home +<screen role="nodump"><userinput>umount -v $LFS/home umount -v $LFS</userinput></screen> <para>Unmount the LFS file system itself:</para> |