Changeset 3090 in MondoRescue for branches/3.0/mindi/rootfs/etc/inittab
- Timestamp:
- Mar 13, 2013, 10:12:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mindi/rootfs/etc/inittab
r3089 r3090 1 1 # 2 2 # inittab This file describes how the INIT process should set up 3 # the system in a certain run-level.3 # the system in the mindi-busybox context 4 4 # 5 # Default runlevel for MondoRescue 3 6 # 7 id:3:initdefault: 5 6 # Order is important, read from bottom to top 7 8 # By default launch the MondoRescue script 9 console::sysinit:/etc/init.d/rcS 10 11 console::restart:/sbin/init 8 12 9 13 # Trap CTRL-ALT-DELETE 10 ca::ctrlaltdel:/sbin/reboot 11 #::ctrlaltdel:/bin/umount -a -r 14 null::ctrlaltdel:/sbin/reboot 12 15 13 ::respawn:-/bin/sh 14 tty2::askfirst:/bin/sh 15 tty3::askfirst:/bin/sh 16 tty4::askfirst:/bin/sh 17 tty5::askfirst:/bin/sh 18 tty6::askfirst:/bin/sh 19 tty7::askfirst:/bin/sh 20 21 # Single user mode 22 su:S:wait:/bin/sh 16 null::shutdown:/bin/killall klogd 17 null::shutdown:/bin/killall syslogd 18 null::shutdown:/bin/umount -a -r
Note:
See TracChangeset
for help on using the changeset viewer.