(→Installing VirtualBox guest additions) |
m (→Installing VirtualBox guest additions: added prelim. clause to last step.) |
||
| Line 34: | Line 34: | ||
#Download (for example with wget) [http://linux.dell.com/dkms/permalink/dkms-2.1.1.2-1.noarch.rpm DKMS] and install it by issuing: <pre>sudo rpm -ivh dkms-2.1.1.2-1.noarch.rpm</pre> | #Download (for example with wget) [http://linux.dell.com/dkms/permalink/dkms-2.1.1.2-1.noarch.rpm DKMS] and install it by issuing: <pre>sudo rpm -ivh dkms-2.1.1.2-1.noarch.rpm</pre> | ||
#Set <tt>KERN_DIR</tt>: <pre>export KERN_DIR=/usr/src/kernels/2.6.33.3-11.1-netbook</pre> | #Set <tt>KERN_DIR</tt>: <pre>export KERN_DIR=/usr/src/kernels/2.6.33.3-11.1-netbook</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:
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