password generation utility was still python2
[bootcd.git] / etc / inittab
1 # on f8 and below, lines 2 & 3 below allow to hook our scripts instead of the standard rc/rc.d stuff
2 # on f12 and above, this file is only used to set the default run level, 
3 # and in this case, hooking our stuff is done in prep.sh/build.sh 
4 # by patching /etc/event.d/ (f12) or /etc/init/ (>=f14)
5 id:2:initdefault:
6 si:S:sysinit:/etc/init.d/pl_sysinit
7 l2:2:bootwait:/etc/init.d/pl_boot
8
9 ca::ctrlaltdel:/sbin/shutdown -t3 -r now
10
11 u6:6:wait:/bin/umount -a -r 
12 r6:6:wait:/sbin/shutdown -r -n now
13 u0:0:wait:/bin/umount -a -r 
14 h0:0:wait:/sbin/shutdown -h -n now
15
16 1:2345:respawn:/sbin/mingetty --noclear tty1
17 2:2345:respawn:/sbin/mingetty --noclear tty2
18 3:2345:respawn:/sbin/mingetty --noclear tty3
19 4:2345:respawn:/sbin/mingetty --noclear tty4
20 5:2345:respawn:/sbin/mingetty --noclear tty5
21 6:2345:respawn:/sbin/mingetty --noclear tty6