Ignore:
Timestamp:
Sep 14, 2008, 11:30:14 AM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e8e6c4e
Parents:
9d32016
Message:

Checked and Updated Download Locations.
Updated Tree to 1.5.2.1.
Updated Util-Linux-NG to 2.14.1.
Updated TCL to 8.5.4.
Updated E2fsprogs to 1.41.1.
Updated M4 to 1.4.11.
Updated Kbd to 1.14.
Updated Bzip2 to 1.0.5.
Updated Autoconf to 2.63.
Updated Findutils to 4.4.0.
Updated Man-Pages to 3.09.
Updated Man to 1.6f.
Updated Shadow to 4.1.2.1.
Updated IPRoute2 to 2.6.26.
Updated Libtool to 2.2.6a.
Updated Module-Init-Tools to 3.4.1.
Updated Texinfo to 4.12.
Updated Vim to 7.2.
Updated MPFR to 2.3.2.
Updated Udev to 128.
Updated Linux to 2.6.26.5.
Applied fixes to Expect to make it compatible with TCL 8.5.
Add -Duseshrplib to the perl configure command. This causes perl to build a shared libperl.
Formatting fixes on multiple pages.
Use a Common inittab across all architectures.
Updated Bootscripts to 1.2-pre1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/sysvinit.xml

    r9d32016 r1da2a84  
    6060    </indexterm>
    6161
    62     <para os="ae">Create a new file <filename>${CLFS}/etc/inittab</filename> by
    63     running the following:</para>
     62    <para>Create a new file <filename>/etc/inittab</filename> by running the
     63    following:</para>
    6464
    65 <screen os="af"><userinput>cat &gt; ${CLFS}/etc/inittab &lt;&lt; "EOF"
     65<screen><userinput>cat &gt; /etc/inittab &lt;&lt; "EOF"
    6666<literal># Begin /etc/inittab
    6767
     
    8181
    8282su:S016:once:/sbin/sulogin
     83</literal>
     84EOF</userinput></screen>
    8385
    84 1:2345:respawn:/sbin/agetty -I '\033(K' tty1 9600
     86    <para>The following command adds the standard virtual terminals to
     87    <filename>/etc/inittab</filename>. If your system only has a serial
     88    console skip the following command:</para>
     89
     90<screen><userinput>cat &gt;&gt; /etc/inittab &lt;&lt; "EOF"
     91<literal>1:2345:respawn:/sbin/agetty -I '\033(K' tty1 9600
    85922:2345:respawn:/sbin/agetty -I '\033(K' tty2 9600
    86933:2345:respawn:/sbin/agetty -I '\033(K' tty3 9600
     
    88955:2345:respawn:/sbin/agetty -I '\033(K' tty5 9600
    89966:2345:respawn:/sbin/agetty -I '\033(K' tty6 9600
     97</literal>
     98EOF</userinput></screen>
    9099
    91 # End /etc/inittab</literal>
     100    <para>If your system has a serial console run the following command to add
     101    the entry to <filename>/etc/inittab</filename>.</para>
     102
     103<screen><userinput>cat &gt;&gt; /etc/inittab &lt;&lt; "EOF"
     104<literal>c0:12345:respawn:/sbin/agetty 115200 ttyS0 vt100
     105</literal>
     106EOF</userinput></screen>
     107
     108   <para>Finally, Add the end line to <filename>/etc/inittab</filename>.</para>
     109
     110<screen><userinput>cat &gt;&gt; /etc/inittab &lt;&lt; "EOF"
     111<literal># End /etc/inittab</literal>
    92112EOF</userinput></screen>
    93113
Note: See TracChangeset for help on using the changeset viewer.