Changeset 586feb7 in clfs-sysroot for BOOK/bootscripts/common


Ignore:
Timestamp:
Jul 2, 2006, 12:45:15 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
940e6b3
Parents:
89c10a9
Message:

Updated the bootscripts package and make LFS to CLFS updates.

Location:
BOOK/bootscripts/common
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootscripts/common/bootscripts.xml

    r89c10a9 r586feb7  
    2828    <para>Install the package:</para>
    2929
    30 <screen><userinput>make DESTDIR=${LFS} install</userinput></screen>
     30<screen><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    3131
    3232  </sect2>
  • BOOK/bootscripts/common/console.xml

    r89c10a9 r586feb7  
    3535  the configuration file with the following command:</para>
    3636
    37 <screen><userinput>cat &gt;${LFS}/etc/sysconfig/console &lt;&lt;"EOF"
     37<screen><userinput>cat &gt;${CLFS}/etc/sysconfig/console &lt;&lt;"EOF"
    3838<literal>KEYMAP="<replaceable>[arguments for loadkeys]</replaceable>"
    3939FONT="<replaceable>[arguments for setfont]</replaceable>"</literal>
     
    4444  correct:</para>
    4545
    46 <screen><userinput>cat &gt;${LFS}/etc/sysconfig/console &lt;&lt;"EOF"
     46<screen><userinput>cat &gt;${CLFS}/etc/sysconfig/console &lt;&lt;"EOF"
    4747<literal>KEYMAP="es euro2"
    4848FONT="lat9-16 -u iso01"</literal>
     
    7474  following keymap snippet to fix this issue:</para>
    7575
    76 <screen><userinput>mkdir -p ${LFS}/etc/kbd &amp;&amp; cat &gt; ${LFS}/etc/kbd/bs-sends-del &lt;&lt;"EOF"
     76<screen><userinput>mkdir -p ${CLFS}/etc/kbd &amp;&amp; cat &gt; ${CLFS}/etc/kbd/bs-sends-del &lt;&lt;"EOF"
    7777<literal>                  keycode  14 = Delete Delete Delete Delete
    7878              alt keycode  14 = Meta_Delete
     
    8787  snippet after the main keymap:</para>
    8888
    89 <screen><userinput>cat &gt;&gt; ${LFS}/etc/sysconfig/console &lt;&lt;"EOF"
     89<screen><userinput>cat &gt;&gt; ${CLFS}/etc/sysconfig/console &lt;&lt;"EOF"
    9090<literal>KEYMAP_CORRECTIONS="/etc/kbd/bs-sends-del"</literal>
    9191EOF</userinput></screen>
  • BOOK/bootscripts/common/hostname.xml

    r89c10a9 r586feb7  
    2222  and enter a hostname by running:</para>
    2323
    24   <screen><userinput>echo "HOSTNAME=<replaceable>[lfs]</replaceable>" &gt; ${LFS}/etc/sysconfig/network</userinput></screen>
     24  <screen><userinput>echo "HOSTNAME=<replaceable>[lfs]</replaceable>" &gt; ${CLFS}/etc/sysconfig/network</userinput></screen>
    2525
    2626  <para><replaceable>[lfs]</replaceable> needs to be replaced with the
  • BOOK/bootscripts/common/hosts.xml

    r89c10a9 r586feb7  
    5050  <para>Create the  <filename>/etc/hosts</filename> file by running:</para>
    5151
    52 <screen><userinput>cat &gt; ${LFS}/etc/hosts &lt;&lt; "EOF"
     52<screen><userinput>cat &gt; ${CLFS}/etc/hosts &lt;&lt; "EOF"
    5353<literal># Begin /etc/hosts (network card version)
    5454
     
    6969  <filename>/etc/hosts</filename> file by running:</para>
    7070
    71 <screen><userinput>cat &gt; ${LFS}/etc/hosts &lt;&lt; "EOF"
     71<screen><userinput>cat &gt; ${CLFS}/etc/hosts &lt;&lt; "EOF"
    7272<literal># Begin /etc/hosts (no network card version)
    7373
  • BOOK/bootscripts/common/inputrc.xml

    r89c10a9 r586feb7  
    3737  using the following command:</para>
    3838
    39 <screen><userinput>cat &gt; ${LFS}/etc/inputrc &lt;&lt; "EOF"
     39<screen><userinput>cat &gt; ${CLFS}/etc/inputrc &lt;&lt; "EOF"
    4040<literal># Begin /etc/inputrc
    4141# Modified by Chris Lynn &lt;roryo@roryo.dynup.net&gt;
  • BOOK/bootscripts/common/network.xml

    r89c10a9 r586feb7  
    3939    file for the <filename class="devicefile">eth0</filename> device:</para>
    4040
    41 <screen><userinput>cd ${LFS}/etc/sysconfig/network-devices &amp;&amp;
     41<screen><userinput>cd ${CLFS}/etc/sysconfig/network-devices &amp;&amp;
    4242mkdir ifconfig.eth0 &amp;&amp;
    4343cat &gt; ifconfig.eth0/ipv4 &lt;&lt; "EOF"
     
    9595    Create the file by running the following:</para>
    9696
    97 <screen><userinput>cat &gt; ${LFS}/etc/resolv.conf &lt;&lt; "EOF"
     97<screen><userinput>cat &gt; ${CLFS}/etc/resolv.conf &lt;&lt; "EOF"
    9898<literal># Begin /etc/resolv.conf
    9999
  • BOOK/bootscripts/common/profile.xml

    r89c10a9 r586feb7  
    140140  <filename>/etc/profile</filename> file:</para>
    141141
    142 <screen><userinput>cat &gt; ${LFS}/etc/profile &lt;&lt; "EOF"
     142<screen><userinput>cat &gt; ${CLFS}/etc/profile &lt;&lt; "EOF"
    143143<literal># Begin /etc/profile
    144144
  • BOOK/bootscripts/common/setclock.xml

    r89c10a9 r586feb7  
    4242  the following:</para>
    4343
    44 <screen><userinput>cat &gt; ${LFS}/etc/sysconfig/clock &lt;&lt; "EOF"
     44<screen><userinput>cat &gt; ${CLFS}/etc/sysconfig/clock &lt;&lt; "EOF"
    4545<literal># Begin /etc/sysconfig/clock
    4646
  • BOOK/bootscripts/common/udev-rules.xml

    r89c10a9 r586feb7  
    3030    sets:</para>
    3131
    32 <screen os="b"><userinput>rm -vf ${LFS}/etc/udev/rules.d/*</userinput></screen>
     32<screen os="b"><userinput>rm -vf ${CLFS}/etc/udev/rules.d/*</userinput></screen>
    3333
    3434    <para os="c">Install the package:</para>
    3535
    36 <screen os="d"><userinput>make DESTDIR=${LFS} install</userinput></screen>
     36<screen os="d"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    3737
    3838  </sect2>
Note: See TracChangeset for help on using the changeset viewer.