diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in index cdd14b5c7..62088df75 100644 --- a/templates/lxc-busybox.in +++ b/templates/lxc-busybox.in @@ -100,8 +100,8 @@ EOF # not needed cat <> $rootfs/etc/inittab ::sysinit:/etc/init.d/rcS -::respawn:/bin/getty -L tty1 115200 vt100 -::askfirst:/bin/sh +tty1::respawn:/bin/getty -L tty1 115200 vt100 +console::askfirst:/bin/sh EOF # writable and readable for other chmod 644 $rootfs/etc/inittab || return 1