启动时引导至 tty2

启动时引导至 tty2

在 Ubuntu 12.04 上,我有一台没有 GDM 的服务器。我想在启动时引导到 tty2。我应该在 rc.local 中输入什么?

注意*我没有 grub

tty1:

start on stopped rc RUNLEVEL=[2345] and (
    not-container or
    container CONTAINER = lxc or
    container CONTAINER = lxc-libvirt)
stop on runlevel [!2345}

respawn
exec /sbin/getty -8 38400 tty1

tty2 相同,除了RUNLEVEL [23]

相关内容