Tips for installing guest additions

Discussions about using Linux guests in VirtualBox.
iKevin
Posts: 11
Joined: 13. May 2007, 02:42

Post by iKevin »

Hi

Until VB 1.4 is released, the easiest way to install the VB guest additions would be to add the file:

Code: Select all

/etc/slackware-version
Just make sure that it exists. Execute the command

Code: Select all

 touch /etc/slackware-version
After that, follow the VB instructions for additions. This will leave you with the files:

Code: Select all

/etc/rc.d/rc.vboxadd
/etc/rc.d/rc.vboxadd-timesync
/etc/rc.d/rc.vboxvfs
Add these to the DAEMONS line in /etc/rc.conf.

This works because both archlinux and slackware use BSD style startup.

Good luck
Kev
Myav
Posts: 1
Joined: 14. Sep 2007, 11:21

Post by Myav »

I tried the "touch /etc/slackware-version" - it didn't help for me. After installation there are no rc.d scripts.

Archlinux thread: http://bbs.archlinux.org/viewtopic.php?id=37618

Work without guest additions is a very inconvenient thing... :cry: Will guest additions for Archlinux available in future?

I use Archlinux current and Virtualbox 1.5.0 (I tried OSE and PUEL versions).

P.S. Thanks for the excellent program :D
Post Reply