[したいこと・しりたいこと]
[目標]
ubuntuをcuiで起動する
ubuntuのrun levelの変更
[環境]
Ubuntu Jaunty Jackalope 9.04
VirtualBox 2.2.4
USB 104Key (US)
[したこと]
(1)sysv-rc-confのインストール
$ sudo apt-get install sysv-rc-conf
(2)gdmとx-serverを止める
$ sudo sysv-rc-conf
矢印で移動、スペースキーでOn,Offの切り替え
3列の
gdm
x-server
をOffにする
(3)スクリーンの掃除
$ clear
(4)run levelの変更
$ sudo vi /etc/event.d/rc-default
21行目
変更前
"telinit 2"
変更後
"telinit 3"
(5)再起動
$ sudo reboot