Changeset d1ff581


Ignore:
Timestamp:
Dec 16, 2008, 12:49:04 PM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
745cf48
Parents:
c3369870
Message:

Text fixes

Location:
BOOK/boot
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/alpha/aboot.xml

    rc3369870 rd1ff581  
    3030   the system build.</para>
    3131
    32    <para os="c">After you get the build copied to when you can boot, you will need
    33    to issue the following command:</para>
     32   <para os="c">After you get the build copied to the system that it will
     33   boot from, you will need to issue the following command:</para>
    3434
    3535<screen><userinput>swriteboot -f3 /dev/sda /boot/bootlx
  • BOOK/boot/common/changingowner.xml

    rc3369870 rd1ff581  
    1515  <systemitem class="username">clfs</systemitem>, a user that exists only
    1616  on the host system. For security reasons, the ${CLFS} root directory and
    17   all of it subdirectories should be owned by
     17  all of its subdirectories should be owned by
    1818  <systemitem class="username">root</systemitem>. Change the ownership
    1919  for ${CLFS} and its subdirectories by running this command:</para>
  • BOOK/boot/common/pwdgroup.xml

    rc3369870 rd1ff581  
    4848
    4949  <para os="b">The actual password for <systemitem class="username">root</systemitem>
    50   (the <quote>::</quote> used here is just a placeholder and allow you to login
     50  (the <quote>::</quote> used here is just a placeholder and allows you to login
    5151  with no password) will be set later.</para>
    5252
  • BOOK/boot/common/settingenviron.xml

    rc3369870 rd1ff581  
    3030  on your temporary system.</para>
    3131
    32   <para>By putting <filename class="directory">/tools/bin</filename> at
     32  <para>By putting <filename class="directory">/tools/bin</filename> and
     33  <filename class="directory">/tools/sbin</filename> at
    3334  the end of the standard <envar>PATH</envar>, all the programs installed in
    3435  <xref linkend="chapter-temp-system"/> are only picked up by the shell
  • BOOK/boot/common/sysvinit.xml

    rc3369870 rd1ff581  
    9898EOF</userinput></screen>
    9999
    100     <para>If your system has a serial console run the following command to add
     100    <para>If your system has a serial console, run the following command to add
    101101    the entry to <filename>${CLFS}/etc/inittab</filename>.</para>
    102102
     
    106106EOF</userinput></screen>
    107107
    108    <para>Finally, Add the end line to <filename>${CLFS}/etc/inittab</filename>.</para>
     108   <para>Finally, add the end line to <filename>${CLFS}/etc/inittab</filename>.</para>
    109109
    110110<screen><userinput>cat &gt;&gt; ${CLFS}/etc/inittab &lt;&lt; "EOF"
Note: See TracChangeset for help on using the changeset viewer.