Changes in BOOK/boot/common/sysvinit.xml [2c67422:dabbced]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/sysvinit.xml
r2c67422 rdabbced 24 24 25 25 <para os="aa">The following modifications help locate files specific to this 26 p articular build:</para>26 perticular build:</para> 27 27 28 28 <screen os="ab"><userinput>cp -v src/Makefile{,.orig} … … 86 86 87 87 <screen><userinput>cat >> ${CLFS}/etc/inittab << "EOF" 88 <literal>1:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty1 960089 2:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty2 960090 3:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty3 960091 4:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty4 960092 5:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty5 960093 6:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty6 960088 <literal>1:2345:respawn:/sbin/agetty -I '\033(K' tty1 9600 89 2:2345:respawn:/sbin/agetty -I '\033(K' tty2 9600 90 3:2345:respawn:/sbin/agetty -I '\033(K' tty3 9600 91 4:2345:respawn:/sbin/agetty -I '\033(K' tty4 9600 92 5:2345:respawn:/sbin/agetty -I '\033(K' tty5 9600 93 6:2345:respawn:/sbin/agetty -I '\033(K' tty6 9600 94 94 </literal> 95 95 EOF</userinput></screen> … … 99 99 100 100 <screen><userinput>cat >> ${CLFS}/etc/inittab << "EOF" 101 <literal>c0:12345:respawn:/sbin/agetty --noclear115200 ttyS0 vt100101 <literal>c0:12345:respawn:/sbin/agetty 115200 ttyS0 vt100 102 102 </literal> 103 103 EOF</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.