summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-21add travis file to validate vagrant.jsonKilian Engelhardt
2017-08-20replace iso_checksum with iso_checksum_urlKilian Engelhardt
By replacing iso_checksum with iso_checksum_url there is no need to hardcode hash values into vagrant.json. Trying to add mirror variable leeds to errors: vars inside variables are not reusable. See packer issue (#874)[https://github.com/hashicorp/packer/issues/874]
2017-08-14restructured post-processors in sequenceChristian Rebischke
We need a sequence if we want to use the vagrant-cloud post-processor.
2017-08-13updated checksumChristian Rebischke
2017-08-13bugfix for optional zero_writeChristian Rebischke
2017-08-10added isotime for iso_urlChristian Rebischke
2017-08-07added check to make write_zeroes optionalChristian Rebischke
2017-08-07making the zero write optionalChristian Rebischke
2017-08-02Merge pull request #17 from appleby/improve-disk-compactionChristian Rebischke
Write zeros to disk to improve disk compression
2017-08-02Write zeros to disk to improve disk compressionMike Appleby
Write zeros to a file on the root partition until the filesystem is full, then unlink the file. Packer will compress the disk as part of the build, resulting in smaller final disk image.
2017-07-17added vagrant-cloud post-processorChristian Rebischke
I also enabled headless for future headless builds on a buildserver
2017-07-17added ignore for output directoriesChristian Rebischke
2017-07-15Merge pull request #12 from rafaelsoaresbr/vmware-supportChristian Rebischke
Vmware support
2017-07-08added .swp to gitignoreChristian Rebischke
2017-07-08added keep_input_artifactChristian Rebischke
2017-07-05Update README.md (Closes #3)Rafael Soares
2017-07-05Add vmware supportRafael Soares
2017-07-05Merge branch 'master' of https://github.com/shibumi/arch-boxesChristian Rebischke
2017-07-05added headlessChristian Rebischke
2017-07-05Merge pull request #10 from rafaelsoaresbr/fix-localeChristian Rebischke
Fix the building proccess
2017-07-05new release of arch linux isoChristian Rebischke
2017-07-03Fix the building proccessRafael Soares
2017-07-02Merge pull request #6 from rafaelsoaresbr/patch-1Christian Rebischke
Remove header/dkms (Closes #4)
2017-07-02Re-enable vboxserviceRafael Soares
2017-07-02Merge pull request #7 from rafaelsoaresbr/configure-polkitChristian Rebischke
Setting up authorization rule for Polkit
2017-07-02Setting up authorization rule for PolkitRafael Soares
2017-06-28Remove header/dkms (Closes #4)Rafael Soares
Use Virtualbox guest kernel modules for Arch Kernel (virtualbox-guest-modules-arch).
2017-06-05added right SHA1 checksumChristian Rebischke
2017-06-05new arch linux releaseChristian Rebischke
2017-06-05BUGFIX: This is a fix for #2Christian Rebischke
This commit fixes the 'file not found: `fsck.btrfs''-Error during system upgrade.
2017-05-10added README1.0Christian Rebischke
2017-05-08added bootcommands for qemuChristian Rebischke
2017-05-08fixed datetime errorChristian Rebischke
2017-05-07added qemu provisioning scriptsChristian Rebischke
2017-05-07added qemu supportChristian Rebischke
2017-05-07added *.box to gitignoreChristian Rebischke
2017-05-07Different enhancementsChristian Rebischke
added polkit to pacstrap for systemctl poweroff, added sudo to poweroff command, moved link for systemd-resolved to postinstall.sh
2017-05-07added systemd-resolved + rankmirrorsChristian Rebischke
2017-05-06fixed bug for networkChristian Rebischke
2017-05-06added new postinstall.sh, moved the controllers to postinstall.sh and added ↵Christian Rebischke
the script to vagrant.json
2017-05-06fixed target architectureChristian Rebischke
2017-05-06added gitignoreChristian Rebischke
2017-05-06disabled guest additions iso downloadChristian Rebischke
2017-05-06fixed isotimeChristian Rebischke
2017-05-06changed vagrant.jsonChristian Rebischke
2017-05-06provisioning scriptsChristian Rebischke
2017-05-06added first version of new install scriptsChristian Rebischke
2017-05-06added better version of vagrant.jsonChristian Rebischke
2017-05-03Initial commitChristian Rebischke