]> git.donarmstrong.com Git - neurodebian.git/blobdiff - vm/d-i/tools/initial_setup
prepare VM images for VB 4.x series using squeeze-backports
[neurodebian.git] / vm / d-i / tools / initial_setup
index c0466e4a577a54ba31bffd38f37f256901504816..e66cfd9769e839c4011e0e38cbb8c5ab20f1799b 100755 (executable)
@@ -68,7 +68,10 @@ apt-get update -y
 
 # to cheat the VM check
 touch /dev/vboxguest
-# to get all the stuff in recommends
+# Forcefully install guest additions from backports so we are
+# compatible with VirtualBox 4.x series
+apt-get install -y -t squeeze-backports virtualbox-ose-guest-dkms
+# to get all the rest stuff in recommends
 apt-get install -y dkms neurodebian-guest-additions
 
 apt-get install --no-install-recommends -y \