canmove, Confirmed users
6,439
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= Using This VM as a Development Environment = | = Using This VM as a Development Environment = | ||
By default, the reference platform only runs a console and a VNC server. If you want to use it for actual development you'll probably want to run X. Here's how to do it: | By default, the reference platform only runs a console and a VNC server. If you want to use it for actual development you'll probably want to run X. Here's how to do it: | ||
<ul> | |||
<li>Disable the VNC server with this command:</li> | |||
chkconfig --level 2345 vncserver off | chkconfig --level 2345 vncserver off | ||
<li>Change the default run level. As root, run:</li> | |||
sed -i -e 's/^id:[0-9]:initdefault:$/id:5:initdefault:/' /etc/inittab | sed -i -e 's/^id:[0-9]:initdefault:$/id:5:initdefault:/' /etc/inittab | ||
</ul> | |||
Reboot, and you should be graphical! | Reboot, and you should be graphical! | ||