The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / src / etc / inittab
1 # /etc/inittab
2 #
3 # Copyright (C) 2001 Erik Andersen <andersen@codepoet.org>
4 #
5 # Note: BusyBox init doesn't support runlevels.  The runlevels field is
6 # completely ignored by BusyBox init. If you want runlevels, use
7 # sysvinit.
8 #
9 # Format for each entry: <id>:<runlevels>:<action>:<process>
10 #
11 # id        == tty to run on, or empty for /dev/console
12 # runlevels == ignored
13 # action    == one of sysinit, respawn, askfirst, wait, and once
14 # process   == program to run
15
16 # Startup the system
17 ::sysinit:/etc/init.d/rc.sysinit
18
19 # Put a getty on the serial port
20 #ttyS0::respawn:/sbin/getty -L 115200 ttyS0 vt100 # GENERIC_SERIAL
21 #tty1::respawn:/sbin/getty 115200 tty1
22 #hvc0::respawn:/sbin/getty 115200 hvc0 # xen virtual console
23 #console::respawn:/sbin/getty 115200 console
24
25 # Stuff to do for the 3-finger salute
26 ::ctrlaltdel:/sbin/reboot
27
28 # Stuff to do before rebooting
29 null::shutdown:/usr/bin/killall klogd
30 null::shutdown:/usr/bin/killall syslogd
31 null::shutdown:/bin/umount -a -r
32 null::shutdown:/sbin/swapoff -a
33