Changeset ea94a21


Ignore:
Timestamp:
09/17/2022 02:37:34 AM (19 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
13342a0, 46b05a08
Parents:
9644bf9
Message:

Update Chapter 11
These changes provide additional information on how to install additional
packages from BLFS after LFS is complete.

Location:
chapter11
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • chapter11/chapter11.xml

    r9644bf9 rea94a21  
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="reboot.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="whatnow.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="afterlfs.xml"/>
    1819
    1920</chapter>
  • chapter11/reboot.xml

    r9644bf9 rea94a21  
    1010
    1111  <title>Rebooting the System</title>
     12  <para>
     13    Now that all of the software has been installed, it is time to reboot
     14    your computer. However, there are still a few things to check.
     15    Here are some suggestions:</para>
    1216
    13   <para>Now that all of the software has been installed, it is time to reboot
    14   your computer. However, you should be aware of a few things. The system you
     17
     18<!--
     19  The system you
    1520  have created in this book is quite minimal, and most likely will not have
    1621  the functionality you would need to be able to continue forward. By installing
     
    1823  environment, you can leave yourself in a much better position to continue on
    1924  once you reboot into your new LFS installation. Here are some suggestions:</para>
    20 
     25-->
    2126  <itemizedlist>
    22 
     27<!--
    2328    <listitem><para>A text mode browser such as <ulink
    2429    url='&blfs-book;basicnet/lynx.html'>Lynx</ulink>
     
    6166    url='&blfs-book;basicnet/wpa_supplicant.html'>wpa_supplicant</ulink>.
    6267    </para></listitem>
     68-->
     69    <listitem>
     70      <para>
     71        Install any <ulink
     72        url='&blfs-book;postlfs/firmware.html'>firmware</ulink> needed if the
     73        kernel driver for your hardware requires some firmware files to function
     74        properly.
     75      </para>
     76    </listitem>
    6377
    64     <listitem><para>Install <ulink
    65     url='&blfs-book;postlfs/firmware.html'>firmwares</ulink> if the kernel
    66     driver for your hardware require some firmware to function properly.
    67     </para></listitem>
    68 
    69     <listitem><para>Finally, a review of the following configuration files
    70     is also appropriate at this point.</para>
     78    <listitem>
     79      <para>
     80        Finally, a review of the following configuration files
     81        is also appropriate at this point.
     82      </para>
    7183
    7284      <itemizedlist>
     
    8799
    88100  <para>Now that we have said that, let's move on to booting our shiny new LFS
    89   installation for the first time! First exit from the chroot environment:</para>
     101  installation for the first time! <emphasis>First exit from the chroot
     102  environment</emphasis>:</para>
    90103
    91104<screen><userinput>logout</userinput></screen>
    92 <!-- We need to show the user the details...
    93   <para>Unmount the LFS file system hierarchy:</para>
    94 
    95 <screen><userinput>umount -Rv $LFS</userinput></screen>
    96 -->
     105<!-- We need to show the user the details...-->
    97106
    98107  <para>Then unmount the virtual file systems:</para>
     
    107116  partitions before unmounting the main one, like this:</para>
    108117
    109 <screen role="nodump"><userinput>umount -v $LFS/usr
    110 umount -v $LFS/home
     118<screen role="nodump"><userinput>umount -v $LFS/home
    111119umount -v $LFS</userinput></screen>
    112120
  • chapter11/whatnow.xml

    r9644bf9 rea94a21  
    99  <?dbhtml filename="whatnow.html"?>
    1010
    11   <title>What Now?</title>
     11  <title>Additional Resources</title>
    1212
    1313  <para>Thank you for reading this LFS book. We hope that you have
     
    3939
    4040        <listitem>
    41           <para><ulink url="https://seclists.org/oss-sec/">Open Source Security Mailing List</ulink></para>
     41          <para><ulink url="https://seclists.org/oss-sec/">Open Source Security
     42          Mailing List</ulink></para>
    4243
    4344          <para>This is a mailing list for discussion of security flaws,
     
    4748      </itemizedlist>
    4849    </listitem>
    49 
     50<!--
    5051    <listitem>
    5152      <para>Beyond Linux From Scratch</para>
     
    5657      </para>
    5758    </listitem>
    58 
     59-->
    5960    <listitem>
    6061      <para>LFS Hints</para>
Note: See TracChangeset for help on using the changeset viewer.