Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
mk
/
packer-templates
/
29eb06e198fa6293cfbe3d854a0ce22bb2d113f0
/
.
/
centos-7
/
scripts
/
virtualbox.sh
blob: ba53d21533a79e16fdc945e289e9f2ffe6294265 [
file
] [
log
] [
blame
]
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