summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-05-25Merge branch 'apk-caching' into 'master'A. Wilcox4-2/+50
Add cache to apk invocation See merge request adelie/image!4
2020-04-12pmmx: fix EFI image generation when building on x86_64 hostMax Rees1-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-12x86_64: include all_video.mod for UEFI video supportMax Rees1-2/+2
This should generally fix the "blind boot" issue that folks have been presenting in the support channel.
2020-03-30Avoid system cache if specified arch differs from host archCyberLeo4-6/+10
2020-03-27Missed a couple apk invocations in the full cd build pathCyberLeo1-0/+2
2020-03-27Add documentation to manpages for new cache optionsCyberLeo2-0/+22
2020-03-27Add cache to apk invocationCyberLeo2-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-06adelie-build-txz: Overhaul, similar to adelie-build-cdA. Wilcox1-41/+54
2020-02-06Fix GRUB early boot configA. Wilcox4-4/+4
2020-02-02adelie-build-cd: Once more, with feelingA. Wilcox9-6/+123
2020-02-02adelie-build-cd: Fix service stuff the same as packagesA. Wilcox1-4/+8
2020-02-02adelie-build-cd: Fix execution on Z shellA. Wilcox1-0/+3
2020-02-02adelie-build-cd: More POSIX correctness fixesA. Wilcox1-6/+7
2020-02-02adelie-build-{cd,txz}: Remove vestiges of boxes pastA. Wilcox4-128/+0
2020-02-02Use arch suffixes for bzImage/initrd/squashfs; fix GRUB root setA. Wilcox9-21/+21
2020-02-02adelie-build-cd: Actually, truly remove all remaining BashismsA. Wilcox1-23/+27
2020-02-02adelie-build-cd: Final pass of bashism removalA. Wilcox1-13/+11
2020-02-02adelie-build-cd: Allow APK version to != VERSION; fix bashismA. Wilcox1-7/+8
2020-02-02Update boot scripts for RC1 changes; kill easy-kernel-p8A. Wilcox10-33/+20
2020-02-02Better organisation of package lists and post scriptsA. Wilcox12-17/+21
2020-02-02adelie-build-cd: Initial work at adding Kind supportA. Wilcox2-81/+72
2019-11-13packages: Install kbd-keymaps on our imagesA. Wilcox1-0/+1
This allows users to utilise non-US keyboard layouts in the live environment.
2019-10-06Merge branch 'mdadm' into 'master'A. Wilcox1-0/+1
packages: Add mdadm See merge request adelie/image!3
2019-10-06packages: Add mdadmSamuel Holland1-0/+1
2019-08-22adelie-build-txz: Use dash as /bin/sh for mini rootsA. Wilcox1-1/+1
2019-08-22adelie-build-txz: bring in line with adelie-build-cd changesA. Wilcox1-8/+4
2019-08-22adelie-build-cd: change DNS resolvers to Quad9A. Wilcox1-2/+3
DNS.WATCH continues to be unreachable in some cases. After careful consideration and policy review, Quad9 seems good.
2019-08-20adelie-build-cd: update repo info during buildA. Wilcox1-0/+2
2019-08-18packages: -> s6-linux-init + early-gettyA. Wilcox1-1/+2
2019-08-18packages: -> sysvinitA. Wilcox1-1/+1
2019-08-18packages: Use xfsprogs-base to save spaceA. Wilcox1-2/+1
2019-08-18adelie-build-cd: Don't leave two copies of the kernel on the CDA. Wilcox1-1/+1
2019-08-18packages: use dash as /bin/shA. Wilcox1-1/+1
2019-08-18adelie-build-cd: Ensure Zsh is usedA. Wilcox1-1/+4
2019-08-18adelie-build-cd: set -e; don't create shellsA. Wilcox1-6/+1
2019-08-18ppc64: Update kernel versionA. Wilcox1-1/+1
2019-08-18packages: use s6-linux-init; kill device-mapperA. Wilcox1-2/+1
2019-08-18Update for 1.0-BETA4A. Wilcox13-22/+22
2019-05-14adelie-build-txz: Don't put OpenRC crap in mini rootfsA. Wilcox1-20/+25
2019-05-14adelie-build-txz: Recursively copy kernels, for arm64 DTBsA. Wilcox1-1/+1
2019-05-14adelie-build-txz: 1.0-BETA3 timeA. Wilcox1-1/+1
2019-05-14PMMX: UEFI boot fixes here, tooA. Wilcox2-2/+36
2019-05-14x86_64: Fix UEFI bootingA. Wilcox2-2/+34
2019-05-14Add disk-label fileA. Wilcox1-0/+0
2019-05-14adelie-build-cd: Fix silly regex errorA. Wilcox1-1/+1
2019-05-14PowerPC: Use correct pathname for POWER8+ kernelA. Wilcox1-1/+1
2019-05-14PowerPC: Set ISO sysid for POWER5A. Wilcox2-2/+2
2019-05-14PowerPC: uncapitalise boot-scriptA. Wilcox1-2/+2
IBM SLOF requires it to be uncapital. Otherwise, the CD is invalid.
2019-05-13adelie-build-cd: utmps is no longer an OpenRC service; allow empty pwA. Wilcox1-5/+2
2019-05-13Update version strings for 1.0-BETA3A. Wilcox9-15/+15