Changeset 6c952e3 for chapter11


Ignore:
Timestamp:
09/19/2022 06:38:55 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
1f6dfd4
Parents:
1203312 (diff), 3d65730e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

Location:
chapter11
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • chapter11/chapter11.xml

    r1203312 r6c952e3  
    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

    r1203312 r6c952e3  
    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        A review of the following configuration files
     81        is also appropriate at this point.
     82      </para>
    7183
    7284      <itemizedlist>
     
    98110<screen role="nodump"><userinput>sync</userinput></screen>
    99111
    100   <para>Now, reboot the system with:</para>
     112  <para>Now, reboot the system:</para>
    101113
    102114<screen role="nodump"><userinput>reboot -ff</userinput></screen>
  • chapter11/theend.xml

    r1203312 r6c952e3  
    6161EOF</userinput></screen>
    6262
    63   <para>Be sure to put some sort of customization for the fields
    64   'DISTRIB_CODENAME' and 'VERSION_CODENAME' to make the system uniquely
    65   yours.</para>
     63  <para>Be sure to customize the fields 'DISTRIB_CODENAME' and
     64  'VERSION_CODENAME' to make the system uniquely yours.</para>
    6665
    6766</sect1>
  • chapter11/whatnow.xml

    r1203312 r6c952e3  
    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
     
    3232
    3333        <listitem>
    34           <para><ulink url="http://www.cert.org/">CERT</ulink> (Computer
    35           Emergency Response Team)</para>
     34          <para><ulink url="&lfs-root;lfs/advisories/">LFS Security Advisories</ulink></para>
    3635
    37           <para>CERT has a mailing list that publishes security alerts concerning
    38           various operating systems and applications. Subscription information is
    39           available at <ulink
    40           url="http://www.us-cert.gov/cas/signup.html"/>.</para>
     36          <para>This is a list of security vulnerabilities discovered in the
     37          LFS book after it's published.</para>
    4138        </listitem>
    4239
    4340        <listitem>
    44           <para>Bugtraq</para>
     41          <para><ulink url="https://seclists.org/oss-sec/">Open Source Security
     42          Mailing List</ulink></para>
    4543
    46           <para>Bugtraq is a full-disclosure computer security mailing list. It
    47           publishes newly discovered security issues, and occasionally potential
    48           fixes for them. Subscription information is available at <ulink
    49           url="http://www.securityfocus.com/archive"/>.</para>
     44          <para>This is a mailing list for discussion of security flaws,
     45          concepts, and practices in the Open Source community.</para>
    5046        </listitem>
    5147
    5248      </itemizedlist>
    5349    </listitem>
    54 
     50<!--
    5551    <listitem>
    5652      <para>Beyond Linux From Scratch</para>
     
    6157      </para>
    6258    </listitem>
    63 
     59-->
    6460    <listitem>
    6561      <para>LFS Hints</para>
     
    8682      collaborate on all of the issues of Linux documentation. The TLDP features
    8783      a large collection of HOWTOs, guides, and man pages.  It is located at
    88       <ulink url="http://www.tldp.org/"/>.</para>
     84      <ulink url="https://tldp.org/"/>.</para>
    8985    </listitem>
    9086
Note: See TracChangeset for help on using the changeset viewer.