diff options
author | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-05-06 17:43:14 +0200 |
---|---|---|
committer | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-05-06 17:43:14 +0200 |
commit | 99b792c785a6088df8d170ca6f4ffa2a45457333 (patch) | |
tree | 986c23aeb70f2f3dd4a6e8fe197f531d174482f2 | |
parent | 324d1bf76123647ca18ccb295d9387d56e4212b7 (diff) | |
download | arch-boxes32-99b792c785a6088df8d170ca6f4ffa2a45457333.tar.xz |
fixed target architecture
-rw-r--r-- | vagrant.json | 2 |
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`}}", |