Changeset 2488 in MondoRescue for branches/2.2.10/mindi/rootfs/sbin/init
- Timestamp:
- Nov 18, 2009, 9:41:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.10/mindi/rootfs/sbin/init
r2487 r2488 84 84 85 85 LaunchTerminals() { 86 openvt 2/bin/sh87 openvt 3/bin/sh88 openvt 4/bin/sh89 openvt 5/bin/sh90 openvt 6/bin/sh91 openvt 7/bin/sh /sbin/wait-for-petris92 openvt 8/usr/bin/tail -f $LOGFILE86 openvt -l /bin/sh 87 openvt -l /bin/sh 88 openvt -l /bin/sh 89 openvt -l /bin/sh 90 openvt -l /bin/sh 91 openvt -l /bin/sh /sbin/wait-for-petris 92 openvt -l /usr/bin/tail -f $LOGFILE 93 93 # May avoid shell error messages 94 chmod 666 /dev/tty* /dev/console94 # chmod 666 /dev/tty* /dev/console 95 95 # By default first serial line is configured as tty 96 96 # Required to have a correct serial console support (MP on ia64 or VSP with iLO2 e.g.)
Note:
See TracChangeset
for help on using the changeset viewer.