index : arch-boxes32 | |
Archlinux32 virtual machines - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | vagrant.json | 1 |
@@ -1,2 +1,3 @@ packer_cache/ *.box +*.swp diff --git a/vagrant.json b/vagrant.json index cb65bfe..d8429b9 100644 --- a/vagrant.json +++ b/vagrant.json @@ -131,6 +131,7 @@ "post-processors": [ { "type": "vagrant", + "keep_input_artifact": true, "output": "Arch-Linux-x86_64-{{ .Provider }}-{{isotime \"2006-01-02\"}}.box" } ] |