Commit 44f820e3 by Natanael Copa Committed by Serge Hallyn

lxc-alpine: enable 4 consoles by default

We allow 4 consoles in the LXC config file so we can enable 4 in the inittab as well. Signed-off-by: 's avatarNatanael Copa <ncopa@alpinelinux.org> Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
parent 2899ab0b
...@@ -103,6 +103,9 @@ configure_alpine() { ...@@ -103,6 +103,9 @@ configure_alpine() {
::sysinit:/sbin/rc sysinit ::sysinit:/sbin/rc sysinit
::wait:/sbin/rc default ::wait:/sbin/rc default
tty1:12345:respawn:/sbin/getty 38400 tty1 tty1:12345:respawn:/sbin/getty 38400 tty1
tty2:12345:respawn:/sbin/getty 38400 tty2
tty3:12345:respawn:/sbin/getty 38400 tty3
tty4:12345:respawn:/sbin/getty 38400 tty4
::ctrlaltdel:/sbin/reboot ::ctrlaltdel:/sbin/reboot
::shutdown:/sbin/rc shutdown ::shutdown:/sbin/rc shutdown
EOF EOF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment