index : arch-boxes32 | |
Archlinux32 virtual machines - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-21 | Create development vagrant imagedev-build | Tyler Dence | |
2018-06-21 | Configure to build for arch32HEADmaster | Tyler Dence | |
2017-09-07 | fixed travis build | Christian Rebischke | |
2017-09-07 | increased wait commando due to issues on the arch linux build servers | Christian Rebischke | |
2017-09-07 | changed boot_wait and made it to a variable | Christian Rebischke | |
2017-09-05 | set keep artifacts to false | Christian Rebischke | |
2017-09-05 | changed path to iso to server specific file path to simplify deployment | Christian Rebischke | |
2017-08-22 | Update README.md | Christian Rebischke | |
added travis-ci icon | |||
2017-08-21 | Merge pull request #23 from kBite/make-travis-validate-json | Christian Rebischke | |
Make travis validate json | |||
2017-08-21 | Merge pull request #22 from kBite/bug/fixed-checksum-variable-names-not-commited | Christian Rebischke | |
bug fix to PR #21: fixed variable names not committed | |||
2017-08-21 | add comment why packer's version is hardcoded | Kilian Engelhardt | |
As of writing there is no 'latest' (hashicorp/packer/issues/5265) | |||
2017-08-21 | add travis file to validate vagrant.json | Kilian Engelhardt | |
2017-08-21 | bug fix to PR #21: variable names not committed | Kilian Engelhardt | |
I'm sorry, I didn't double check what's staged and thus didn't commit fixed variable names: 'iso_checksum' -> 'iso_checksum_url' | |||
2017-08-21 | Merge pull request #21 from kBite/eliminate-hardcoded-hash-value | Christian Rebischke | |
replace iso_checksum with iso_checksum_url | |||
2017-08-20 | replace iso_checksum with iso_checksum_url | Kilian 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-14 | restructured post-processors in sequence | Christian Rebischke | |
We need a sequence if we want to use the vagrant-cloud post-processor. | |||
2017-08-13 | updated checksum | Christian Rebischke | |
2017-08-13 | bugfix for optional zero_write | Christian Rebischke | |
2017-08-10 | added isotime for iso_url | Christian Rebischke | |
2017-08-07 | added check to make write_zeroes optional | Christian Rebischke | |
2017-08-07 | making the zero write optional | Christian Rebischke | |
2017-08-02 | Merge pull request #17 from appleby/improve-disk-compaction | Christian Rebischke | |
Write zeros to disk to improve disk compression | |||
2017-08-02 | Write zeros to disk to improve disk compression | Mike 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-17 | added vagrant-cloud post-processor | Christian Rebischke | |
I also enabled headless for future headless builds on a buildserver | |||
2017-07-17 | added ignore for output directories | Christian Rebischke | |
2017-07-15 | Merge pull request #12 from rafaelsoaresbr/vmware-support | Christian Rebischke | |
Vmware support | |||
2017-07-08 | added .swp to gitignore | Christian Rebischke | |
2017-07-08 | added keep_input_artifact | Christian Rebischke | |
2017-07-05 | Update README.md (Closes #3) | Rafael Soares | |
2017-07-05 | Add vmware support | Rafael Soares | |
2017-07-05 | Merge branch 'master' of https://github.com/shibumi/arch-boxes | Christian Rebischke | |
2017-07-05 | added headless | Christian Rebischke | |
2017-07-05 | Merge pull request #10 from rafaelsoaresbr/fix-locale | Christian Rebischke | |
Fix the building proccess | |||
2017-07-05 | new release of arch linux iso | Christian Rebischke | |
2017-07-03 | Fix the building proccess | Rafael Soares | |
2017-07-02 | Merge pull request #6 from rafaelsoaresbr/patch-1 | Christian Rebischke | |
Remove header/dkms (Closes #4) | |||
2017-07-02 | Re-enable vboxservice | Rafael Soares | |
2017-07-02 | Merge pull request #7 from rafaelsoaresbr/configure-polkit | Christian Rebischke | |
Setting up authorization rule for Polkit | |||
2017-07-02 | Setting up authorization rule for Polkit | Rafael Soares | |
2017-06-28 | Remove header/dkms (Closes #4) | Rafael Soares | |
Use Virtualbox guest kernel modules for Arch Kernel (virtualbox-guest-modules-arch). | |||
2017-06-05 | added right SHA1 checksum | Christian Rebischke | |
2017-06-05 | new arch linux release | Christian Rebischke | |
2017-06-05 | BUGFIX: This is a fix for #2 | Christian Rebischke | |
This commit fixes the 'file not found: `fsck.btrfs''-Error during system upgrade. | |||
2017-05-10 | added README1.0 | Christian Rebischke | |
2017-05-08 | added bootcommands for qemu | Christian Rebischke | |
2017-05-08 | fixed datetime error | Christian Rebischke | |
2017-05-07 | added qemu provisioning scripts | Christian Rebischke | |
2017-05-07 | added qemu support | Christian Rebischke | |
2017-05-07 | added *.box to gitignore | Christian Rebischke | |
2017-05-07 | Different enhancements | Christian Rebischke | |
added polkit to pacstrap for systemctl poweroff, added sudo to poweroff command, moved link for systemd-resolved to postinstall.sh |