Skip to content
Snippets Groups Projects
Unverified Commit db6d7144 authored by Christian Rebischke's avatar Christian Rebischke
Browse files

added qemu provisioning scripts

parent 037d8a65
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -e
set -x
sudo pacman -S --noconfirm linux-headers
sudo pacman -S --noconfirm qemu-guest-agent
......@@ -77,7 +77,18 @@
"provision/virtualbox.sh",
"provision/cleanup.sh"
],
"execute_command": "echo 'vagrant'|sudo -S sh '{{.Path}}'"
"execute_command": "echo 'vagrant'|sudo -S sh '{{.Path}}'",
"only": ["virtualbox-iso"]
},
{
"type": "shell",
"scripts": [
"provision/postinstall.sh",
"provision/qemu.sh",
"provision/cleanup.sh"
],
"execute_command": "echo 'vagrant'|sudo -S sh '{{.Path}}'",
"only": ["qemu"]
}
],
"post-processors": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment