Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-25 | Merge branch 'apk-caching' into 'master' | A. Wilcox | 4 | -2/+50 | |
Add cache to apk invocation See merge request adelie/image!4 | |||||
2020-04-12 | pmmx: fix EFI image generation when building on x86_64 host | Max Rees | 1 | -1/+1 | |
When generating a pmmx spin on an x86_64 host, the host's grub-mkimage is used, which looks in the host's /usr/lib/grub for i386-efi by default when generating the EFI image. Since this doesn't exist on any of our x86_64 hosts, use the /usr/lib/grub from the squashfs we just generated instead. grub-mkimage supports this usage using the -d/--directory option. This probably would have been noticed earlier since it generates the following fatal error: grub-mkimage: error: cannot open `/usr/lib/grub/i386-efi/moddep.lst': No such file or directory. But the post scripts are run using "sh" instead of "sh -e", ".", etc from the main script. | |||||
2020-04-12 | x86_64: include all_video.mod for UEFI video support | Max Rees | 1 | -2/+2 | |
This should generally fix the "blind boot" issue that folks have been presenting in the support channel. | |||||
2020-03-30 | Avoid system cache if specified arch differs from host arch | CyberLeo | 4 | -6/+10 | |
2020-03-27 | Missed a couple apk invocations in the full cd build path | CyberLeo | 1 | -0/+2 | |
2020-03-27 | Add documentation to manpages for new cache options | CyberLeo | 2 | -0/+22 | |
2020-03-27 | Add cache to apk invocation | CyberLeo | 2 | -0/+20 | |
Repeated test-image creation hammers the repository servers and slows down image creation. If the host has an apk cache set up in /etc/apk/cache, use that; otherwise, allow a directory to be specified. | |||||
2020-02-06 | adelie-build-txz: Overhaul, similar to adelie-build-cd | A. Wilcox | 1 | -41/+54 | |
2020-02-06 | Fix GRUB early boot config | A. Wilcox | 4 | -4/+4 | |
2020-02-02 | adelie-build-cd: Once more, with feeling | A. Wilcox | 9 | -6/+123 | |
2020-02-02 | adelie-build-cd: Fix service stuff the same as packages | A. Wilcox | 1 | -4/+8 | |
2020-02-02 | adelie-build-cd: Fix execution on Z shell | A. Wilcox | 1 | -0/+3 | |
2020-02-02 | adelie-build-cd: More POSIX correctness fixes | A. Wilcox | 1 | -6/+7 | |
2020-02-02 | adelie-build-{cd,txz}: Remove vestiges of boxes past | A. Wilcox | 4 | -128/+0 | |
2020-02-02 | Use arch suffixes for bzImage/initrd/squashfs; fix GRUB root set | A. Wilcox | 9 | -21/+21 | |
2020-02-02 | adelie-build-cd: Actually, truly remove all remaining Bashisms | A. Wilcox | 1 | -23/+27 | |
2020-02-02 | adelie-build-cd: Final pass of bashism removal | A. Wilcox | 1 | -13/+11 | |
2020-02-02 | adelie-build-cd: Allow APK version to != VERSION; fix bashism | A. Wilcox | 1 | -7/+8 | |
2020-02-02 | Update boot scripts for RC1 changes; kill easy-kernel-p8 | A. Wilcox | 10 | -33/+20 | |
2020-02-02 | Better organisation of package lists and post scripts | A. Wilcox | 12 | -17/+21 | |
2020-02-02 | adelie-build-cd: Initial work at adding Kind support | A. Wilcox | 2 | -81/+72 | |
2019-11-13 | packages: Install kbd-keymaps on our images | A. Wilcox | 1 | -0/+1 | |
This allows users to utilise non-US keyboard layouts in the live environment. | |||||
2019-10-06 | Merge branch 'mdadm' into 'master' | A. Wilcox | 1 | -0/+1 | |
packages: Add mdadm See merge request adelie/image!3 | |||||
2019-10-06 | packages: Add mdadm | Samuel Holland | 1 | -0/+1 | |
2019-08-22 | adelie-build-txz: Use dash as /bin/sh for mini roots | A. Wilcox | 1 | -1/+1 | |
2019-08-22 | adelie-build-txz: bring in line with adelie-build-cd changes | A. Wilcox | 1 | -8/+4 | |
2019-08-22 | adelie-build-cd: change DNS resolvers to Quad9 | A. Wilcox | 1 | -2/+3 | |
DNS.WATCH continues to be unreachable in some cases. After careful consideration and policy review, Quad9 seems good. | |||||
2019-08-20 | adelie-build-cd: update repo info during build | A. Wilcox | 1 | -0/+2 | |
2019-08-18 | packages: -> s6-linux-init + early-getty | A. Wilcox | 1 | -1/+2 | |
2019-08-18 | packages: -> sysvinit | A. Wilcox | 1 | -1/+1 | |
2019-08-18 | packages: Use xfsprogs-base to save space | A. Wilcox | 1 | -2/+1 | |
2019-08-18 | adelie-build-cd: Don't leave two copies of the kernel on the CD | A. Wilcox | 1 | -1/+1 | |
2019-08-18 | packages: use dash as /bin/sh | A. Wilcox | 1 | -1/+1 | |
2019-08-18 | adelie-build-cd: Ensure Zsh is used | A. Wilcox | 1 | -1/+4 | |
2019-08-18 | adelie-build-cd: set -e; don't create shells | A. Wilcox | 1 | -6/+1 | |
2019-08-18 | ppc64: Update kernel version | A. Wilcox | 1 | -1/+1 | |
2019-08-18 | packages: use s6-linux-init; kill device-mapper | A. Wilcox | 1 | -2/+1 | |
2019-08-18 | Update for 1.0-BETA4 | A. Wilcox | 13 | -22/+22 | |
2019-05-14 | adelie-build-txz: Don't put OpenRC crap in mini rootfs | A. Wilcox | 1 | -20/+25 | |
2019-05-14 | adelie-build-txz: Recursively copy kernels, for arm64 DTBs | A. Wilcox | 1 | -1/+1 | |
2019-05-14 | adelie-build-txz: 1.0-BETA3 time | A. Wilcox | 1 | -1/+1 | |
2019-05-14 | PMMX: UEFI boot fixes here, too | A. Wilcox | 2 | -2/+36 | |
2019-05-14 | x86_64: Fix UEFI booting | A. Wilcox | 2 | -2/+34 | |
2019-05-14 | Add disk-label file | A. Wilcox | 1 | -0/+0 | |
2019-05-14 | adelie-build-cd: Fix silly regex error | A. Wilcox | 1 | -1/+1 | |
2019-05-14 | PowerPC: Use correct pathname for POWER8+ kernel | A. Wilcox | 1 | -1/+1 | |
2019-05-14 | PowerPC: Set ISO sysid for POWER5 | A. Wilcox | 2 | -2/+2 | |
2019-05-14 | PowerPC: uncapitalise boot-script | A. Wilcox | 1 | -2/+2 | |
IBM SLOF requires it to be uncapital. Otherwise, the CD is invalid. | |||||
2019-05-13 | adelie-build-cd: utmps is no longer an OpenRC service; allow empty pw | A. Wilcox | 1 | -5/+2 | |
2019-05-13 | Update version strings for 1.0-BETA3 | A. Wilcox | 9 | -15/+15 | |