index : arch-boxes32 | |
Archlinux32 virtual machines - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-05-07 22:08:53 +0200 |
---|---|---|
committer | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-05-07 22:08:53 +0200 |
commit | db6d7144c7659ee919f72703e84d65c64decbb48 (patch) | |
tree | b3bb0a5a1a72ef5fe10bc9ea48a7aa84b1cbb824 /provision | |
parent | 037d8a6503066059b50b45a9ce6a4417b7e753e6 (diff) |
-rw-r--r-- | provision/qemu.sh | 7 |
diff --git a/provision/qemu.sh b/provision/qemu.sh new file mode 100644 index 0000000..aa36e03 --- /dev/null +++ b/provision/qemu.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +set -e +set -x + +sudo pacman -S --noconfirm linux-headers +sudo pacman -S --noconfirm qemu-guest-agent |