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/final-system/common/sysvinit.xml

    r9d32016 r1da2a84  
    8282
    8383su:S016:once:/sbin/sulogin
    84 
    85 1:2345:respawn:/sbin/agetty -I '\033(K' tty1 9600
     84</literal>
     85EOF</userinput></screen>
     86
     87    <para>The following command adds the standard virtual terminals to
     88    <filename>/etc/inittab</filename>. If your system only has a serial
     89    console skip the following command:</para>
     90
     91<screen><userinput>cat &gt;&gt; /etc/inittab &lt;&lt; "EOF"
     92<literal>1:2345:respawn:/sbin/agetty -I '\033(K' tty1 9600
    86932:2345:respawn:/sbin/agetty -I '\033(K' tty2 9600
    87943:2345:respawn:/sbin/agetty -I '\033(K' tty3 9600
     
    89965:2345:respawn:/sbin/agetty -I '\033(K' tty5 9600
    90976:2345:respawn:/sbin/agetty -I '\033(K' tty6 9600
    91 
    92 # End /etc/inittab</literal>
     98</literal>
     99EOF</userinput></screen>
     100
     101    <para>If your system has a serial console run the following command to add
     102    the entry to <filename>/etc/inittab</filename>.</para>
     103
     104<screen><userinput>cat &gt;&gt; /etc/inittab &lt;&lt; "EOF"
     105<literal>c0:12345:respawn:/sbin/agetty 115200 ttyS0 vt100
     106</literal>
     107EOF</userinput></screen>
     108
     109   <para>Finally, Add the end line to <filename>/etc/inittab</filename>.</para>
     110
     111<screen><userinput>cat &gt;&gt; /etc/inittab &lt;&lt; "EOF"
     112<literal># End /etc/inittab</literal>
    93113EOF</userinput></screen>
    94114
Note: See TracChangeset for help on using the changeset viewer.