summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Rebischke <Chris.Rebischke@posteo.de>2017-05-06 17:43:14 +0200
committerChristian Rebischke <Chris.Rebischke@posteo.de>2017-05-06 17:43:14 +0200
commit99b792c785a6088df8d170ca6f4ffa2a45457333 (patch)
tree986c23aeb70f2f3dd4a6e8fe197f531d174482f2
parent324d1bf76123647ca18ccb295d9387d56e4212b7 (diff)
downloadarch-boxes32-99b792c785a6088df8d170ca6f4ffa2a45457333.tar.xz
fixed target architecture
-rw-r--r--vagrant.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant.json b/vagrant.json
index 4aa3ea8..de5a632 100644
--- a/vagrant.json
+++ b/vagrant.json
@@ -10,7 +10,7 @@
"boot_wait": "10s",
"http_directory": "http",
"disk_size": 20480,
- "guest_os_type": "ArchLinux",
+ "guest_os_type": "ArchLinux_64",
"iso_checksum": "{{user `iso_checksum`}}",
"iso_checksum_type": "{{user `iso_checksum_type`}}",
"iso_url": "{{user `iso_url`}}",