# Start an "askfirst" shell on the console (whatever that may be)
-tty0::respawn:/usr/bin/screen -c /etc/screenrc /etc/startup.sh
-#tty1::respawn:/bin/ash -l
+tty1::respawn:-/usr/bin/screen -c /etc/screenrc /etc/startup.sh
+#tty1::respawn:-/bin/sh
tty2::respawn:/usr/bin/tail -f /var/log/messages
tty3::respawn:/usr/bin/tail -f /tmp/stdout.log
tty4::respawn:/usr/bin/tail -f /tmp/stderr.log
-tty5::askfirst:/bin/ash -l
-tty6::askfirst:/bin/ash -l
+tty5::askfirst:-/bin/sh
+tty6::askfirst:-/bin/sh
# Example of how to put a getty on a serial line (for a terminal)
# Stuff to do before rebooting
::ctrlaltdel:/sbin/reboot
-::shutdown:/bin/umount -a -r
+::shutdown:/bin/umount /cloner/mnt/boot -r
+::shutdown:/bin/umount /cloner/mnt -r
::shutdown:/sbin/swapoff -a