1 # TLX demo initrd, based on the busybox example
3 # Start an "askfirst" shell on the console (whatever that may be)
5 # Start an "askfirst" shell on /dev/tty2-4
6 vc/2::askfirst:-/bin/sh
7 vc/3::askfirst:-/bin/sh
8 vc/4::askfirst:-/bin/sh
10 # /sbin/getty invocations for selected ttys
11 vc/5::respawn:/sbin/getty 38400 vc/5
12 vc/6::respawn:/sbin/getty 38400 vc/6
14 # Example of how to put a getty on a serial line (for a terminal)
15 #::respawn:/sbin/getty -L ttyS0 9600 vt100
16 #::respawn:/sbin/getty -L ttyS1 9600 vt100
18 # Example how to put a getty on a modem line.
19 #::respawn:/sbin/getty 57600 ttyS2
21 # Stuff to do when restarting the init process
24 # Stuff to do before rebooting
25 ::ctrlaltdel:/sbin/reboot
26 ::shutdown:/bin/umount -a -r
27 ::shutdown:/sbin/swapoff -a