m (→Installation) |
(Some corrections, definitely do NOT install dkms, it will break the VirtualBox guest additions installer, make sure that the running kernel matches the devel packages.) |
||
| Line 30: | Line 30: | ||
== Installing VirtualBox guest additions == | == Installing VirtualBox guest additions == | ||
| + | #Update your system to the latest packages: <pre>yum update</pre> | ||
#Install dependencies: <pre>sudo yum install kernel-headers kernel-devel gcc make patch kernel-netbook-devel meego-lsb</pre> | #Install dependencies: <pre>sudo yum install kernel-headers kernel-devel gcc make patch kernel-netbook-devel meego-lsb</pre> | ||
| - | # | + | #Reboot to activate potential kernel updates (running kernel needs to match the kernel-devel package) |
| - | + | ||
#Having instructed VirtualBox to Install Guest Additions, mount CD-drive and build guest additions: <pre>sudo mount /dev/sr0 /mnt && cd /mnt && sudo ./VBoxLinuxAdditions-x86.run</pre> | #Having instructed VirtualBox to Install Guest Additions, mount CD-drive and build guest additions: <pre>sudo mount /dev/sr0 /mnt && cd /mnt && sudo ./VBoxLinuxAdditions-x86.run</pre> | ||
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:
yum update
sudo yum install kernel-headers kernel-devel gcc make patch kernel-netbook-devel meego-lsb
sudo mount /dev/sr0 /mnt && cd /mnt && sudo ./VBoxLinuxAdditions-x86.run