X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Finittab;fp=etc%2Finittab;h=b0b7641f654910d3a1474b0659bca3fba40d1722;hb=8eb1ec9c265b8994222499cfcc0ca376d4efbdb3;hp=0000000000000000000000000000000000000000;hpb=e3ac8939191e19965d4645676f38ef011fc9874f;p=lhc%2Fateliers.git diff --git a/etc/inittab b/etc/inittab new file mode 100644 index 0000000..b0b7641 --- /dev/null +++ b/etc/inittab @@ -0,0 +1,45 @@ +# /etc/inittab: init(8) configuration. + +# The default runlevel. +id:2:initdefault: + +# Boot-time system configuration/initialization script. +# This is run first except when booting in emergency (-b) mode. +si::sysinit:/etc/init.d/rcS + +# What to do in single-user mode. +~~:S:wait:/sbin/sulogin + +# /etc/init.d executes the S and K scripts upon change +# of runlevel. +# +# Runlevel 0 is halt. +# Runlevel 1 is single-user. +# Runlevels 2-5 are multi-user. +# Runlevel 6 is reboot. + +l0:0:wait:/etc/init.d/rc 0 +l1:1:wait:/etc/init.d/rc 1 +l2:2:wait:/etc/init.d/rc 2 +l3:3:wait:/etc/init.d/rc 3 +l4:4:wait:/etc/init.d/rc 4 +l5:5:wait:/etc/init.d/rc 5 +l6:6:wait:/etc/init.d/rc 6 +# Normally not reached, but fallthrough in case of emergency. +z6:6:respawn:/sbin/sulogin + +# What to do when CTRL-ALT-DEL is pressed. +ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now + +# What to do when the power fails/returns. +pf::powerwait:/etc/init.d/powerfail start +pn::powerfailnow:/etc/init.d/powerfail now +po::powerokwait:/etc/init.d/powerfail stop + +# Xen hypervisor console +hvc:2345:respawn:/sbin/getty 38400 hvc0 +#xvc:2345:respawn:/sbin/getty 38400 xvc0 + +#-- runit begin +SV:123456:respawn:/usr/sbin/runsvdir-start +#-- runit end