Since this guest has no X server, I cannot use apt-get install virtualbox-ose-guest-utils, which would pull too much dependencies.
So I chose to build guest additions myself, by using:
Code: Select all
apt-get install build-essential linux-headers-`uname -r` virtualbox-ose-guest-source
module-assistant prepare
module-assistant --text-mode --non-inter auto-install virtualbox-ose-guest
modprobe vboxvfs
echo "vboxvfs" >> /etc/modulesAny advice? I know about the VBoxLinuxAdditions-x86.run way, which works fine, but I would like to avoid dependencies on an external ISO.
Regards.