m (→Installing VirtualBox guest additions: added prelim. clause to last step.) |
m (→Installation: "without" --> "using") |
||
| Line 21: | Line 21: | ||
#Press '''TAB''' to edit boot line. | #Press '''TAB''' to edit boot line. | ||
#Remove ''quiet'' from boot line and then boot. | #Remove ''quiet'' from boot line and then boot. | ||
| - | #After boot is complete, press '''ALT-F1''' to get into console and login | + | #After boot is complete, press '''ALT-F1''' to get into console and login using your user account. |
#Type <tt>sudo telinit 3</tt> to disable autospawning of the UX. | #Type <tt>sudo telinit 3</tt> to disable autospawning of the UX. | ||
#Type <tt>sudo startx</tt> to start X11 with TWM :) | #Type <tt>sudo startx</tt> to start X11 with TWM :) | ||
Installation steps:
MeeGo does not seem to go anywhere except showing background image. It is however possible to get X11 with TWM running easily. This is enough for development work.
Workaround:
Result:
sudo yum install kernel-headers kernel-devel gcc make patch kernel-netbook-devel meego-lsb
sudo rpm -ivh dkms-2.1.1.2-1.noarch.rpm
export KERN_DIR=/usr/src/kernels/2.6.33.3-11.1-netbook
sudo mount /dev/sr0 /mnt && cd /mnt && sudo ./VBoxLinuxAdditions-x86.run