Changeset 3ca2208 in clfs-embedded for BOOK/bootscripts


Ignore:
Timestamp:
Jul 15, 2007, 8:29:34 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
master
Children:
00b1e11
Parents:
39a9ea5
Message:

Several fixes for PDF look.

Location:
BOOK/bootscripts/common
Files:
4 edited

Legend:

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

    r39a9ea5 r3ca2208  
    1212
    1313  <indexterm zone="ch-scripts-inittab">
    14     <primary sortas="a-inittab">inittab</primary>
     14    <primary sortas="e-/etc/inittab">/etc/inittab</primary>
    1515  </indexterm>
    1616
    17   <sect2 role="package">
    18     <title/>
     17  <para>Is the file that specifices how to boot and shutdown a system.</para>
    1918
    20     <para>Is the file that specifices how to boot and shutdown a system.</para>
    21 
    22   </sect2>
    23 
    24   <sect2>
    25     <title>Create /etc/inittab</title>
    26 
    27 <para os="a">Now we will create the inittab file for use with our system:</para>
     19  <para os="a">Now we will create the inittab file for use with our system:</para>
    2820
    2921<screen os="b"><userinput>cat &gt; ${CLFS}/etc/inittab&lt;&lt; "EOF"
     
    4739EOF</userinput></screen>
    4840
    49   </sect2>
    50 
    5141</sect1>
  • BOOK/bootscripts/common/inputrc.xml

    r39a9ea5 r3ca2208  
    3737  using the following command:</para>
    3838
    39 <screen><userinput>cat &gt; ${CLFS}/etc/inputrc &lt;&lt; "EOF"
     39<screen><?dbfo keep-together="auto"?><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/mdev.xml

    r39a9ea5 r3ca2208  
    2424
    2525  <sect2>
    26     <title>Create /etc/mdev.conf</title>
     26    <title>Creating /etc/mdev.conf</title>
     27
     28    <indexterm zone="ch-scripts-mdev">
     29      <primary sortas="e-/etc/mdev.conf">/etc/mdev.conf</primary>
     30    </indexterm>
    2731
    2832<para os="a">Now we will create the mdev.conf file for use with our system:</para>
    2933
    30 <screen os="b"><userinput>cat &gt; ${CLFS}/etc/mdev.conf&lt;&lt; "EOF"
     34<screen os="b"><?dbfo keep-together="auto"?><userinput>cat &gt; ${CLFS}/etc/mdev.conf&lt;&lt; "EOF"
    3135<literal># /etc/mdev/conf
    3236SLEEP=10
  • BOOK/bootscripts/common/profile.xml

    r39a9ea5 r3ca2208  
    1212
    1313  <indexterm zone="ch-scripts-profile">
    14     <primary sortas="a-profile">profile</primary>
     14    <primary sortas="e-/etc/profile">/etc/profile</primary>
    1515  </indexterm>
    1616
    17   <sect2 role="package">
    18     <title/>
     17  <para>Is the file that specifices how to your environment will function.</para>
    1918
    20     <para>Is the file that specifices how to your environment will function.</para>
    21 
    22   </sect2>
    23 
    24   <sect2>
    25     <title>Create /etc/profile</title>
    26 
    27 <para os="a">Now we will create the profile file for use with our system:</para>
     19  <para os="a">Now we will create the profile file for use with our system:</para>
    2820
    2921<screen os="b"><userinput>cat &gt; ${CLFS}/etc/profile&lt;&lt; "EOF"
     
    5143EOF</userinput></screen>
    5244
    53   </sect2>
    54 
    5545</sect1>
Note: See TracChangeset for help on using the changeset viewer.