mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Alexandre Abadie
562cc9007c
This change is also a complete refactoring of the generation of the vagrant image
8 lines
275 B
Bash
8 lines
275 B
Bash
mkdir /tmp/virtualbox
|
|
VERSION=$(cat /home/${SSH_USERNAME}/.vbox_version)
|
|
mount -o loop /home/${SSH_USERNAME}/VBoxGuestAdditions_$VERSION.iso /tmp/virtualbox
|
|
sh /tmp/virtualbox/VBoxLinuxAdditions.run
|
|
umount /tmp/virtualbox
|
|
rmdir /tmp/virtualbox
|
|
rm /home/${SSH_USERNAME}/*.iso
|