commit | 3ea7ab5ed25c09e8ad04f9d9ca344356cd194354 | [log] [tgz] |
---|---|---|
author | jan kaufman <jan.kaufman@tcpcloud.eu> | Fri Apr 10 10:58:00 2015 +0200 |
committer | jan kaufman <jan.kaufman@tcpcloud.eu> | Fri Apr 10 10:58:00 2015 +0200 |
tree | 20fafcaa68c3f99944bb3bd1c683999e55691910 | |
parent | 750c4b395f53b4e480cedb525292c10dad8a29e4 [diff] [blame] |
initial Centos-7 support
diff --git a/centos-7.0/scripts/virtualbox.sh b/centos-7.0/scripts/virtualbox.sh new file mode 100644 index 0000000..ba53d21 --- /dev/null +++ b/centos-7.0/scripts/virtualbox.sh
@@ -0,0 +1,7 @@ +VBOX_VERSION=$(cat /home/vagrant/.vbox_version) +cd /tmp +mount -o loop /home/vagrant/VBoxGuestAdditions_$VBOX_VERSION.iso /mnt +sh /mnt/VBoxLinuxAdditions.run +umount /mnt +rm -rf /home/vagrant/VBoxGuestAdditions_*.iso +