commit | a20f9e27be6050d36db98b528b091f1eb8f62a9d | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Tue Feb 16 13:07:03 2016 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Tue Feb 16 13:07:18 2016 +0100 |
tree | 69605ca825ac00f5861d9e80ece9efcd7ff4314a | |
parent | 2516a61570845fa32c40b1a65f79c540918d88fd [diff] [blame] |
Support for centos-7 image
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 +