Wednesday, May 30, 2012

Ubuntu 10.04 命令行启动

还是搜国外的资料靠谱,英文关键字 ubuntu 10.04 text boot

在 /etc/init/rc-sysinit.conf:
env DEFAULT_RUNLEVEL=3 设置启动默认级别为3

in /etc/init/gdm.conf:
start on (filesystem
and started hal
and tty-device-added KERNEL=tty7
and (graphics-device-added or stopped udevtrigger)
and runlevel [!3]) 添加这一行
stop on runlevel [016]



然后就可以了。回去试试看


No comments:

Post a Comment