Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-10 | configs: Live environments: Use NetworkManager | A. Wilcox | 3 | -3/+7 | |
This allows the user to have network access without poking at it, in most scenarios. Ref: adelie/horizon#361 | |||||
2023-10-10 | configs: base: Install chrony and start on boot | A. Wilcox | 1 | -1/+2 | |
Ref: adelie/horizon#361 | |||||
2023-10-05 | configs/base: Add live user to disk group | A. Wilcox | 1 | -1/+1 | |
This allows Horizon's "Select Installation Disk" page to retrieve disk sizes properly. | |||||
2023-09-05 | configs: Add 64-bit tarballs | A. Wilcox | 5 | -0/+28 | |
Still WIP, but seem to be working so far. | |||||
2023-08-28 | configs/live: add { aarch64, armv7 } support. fixes #395, #396. | Zach van Rijn | 6 | -0/+66 | |
2023-08-28 | configs/horizon: add { aarch64, armv7 } support. fixes #393, #394. | Zach van Rijn | 2 | -0/+22 | |
2023-08-28 | configs/arch: add { aarch64, armv7 } support. fixes #391, #392. | Zach van Rijn | 3 | -0/+16 | |
2023-08-25 | txz: Copy static QEMU user binaries to rootfs for triggers. | Zach van Rijn | 1 | -0/+3 | |
This tool is "deprecated" anyway, and we need usable media. | |||||
2023-08-25 | txz: Copy keys from /etc/apk, not current directory | Zach van Rijn | 1 | -1/+1 | |
2023-05-11 | Remove old stuff, rewrite docs | A. Wilcox | 31 | -755/+38 | |
2023-05-11 | configs: Temporarily use current repo | A. Wilcox | 1 | -0/+3 | |
2023-05-11 | configs: Use new per-arch keys | A. Wilcox | 6 | -8/+16 | |
2020-08-13 | configs: Add livecd-support-horizon package | A. Wilcox | 12 | -21/+21 | |
2020-08-13 | Arch configs: Add mach64-drm to pmmx/ppc | A. Wilcox | 2 | -0/+2 | |
2020-08-13 | configs: Reorganise, add KDE/LXQt/MATE live spins | A. Wilcox | 30 | -12/+178 | |
2020-07-25 | Replace ConsoleKit with elogind | A. Wilcox | 4 | -4/+4 | |
2020-07-25 | Add signing keys for firmware builds | A. Wilcox | 4 | -0/+12 | |
2020-07-21 | Add live and firmware spins for each other arch | A. Wilcox | 7 | -2/+34 | |
2020-07-21 | Add firmware variant of live x64 disc | A. Wilcox | 1 | -0/+3 | |
2020-07-21 | Live x64: Add xsetroot and udev/wpa_supplicant | A. Wilcox | 1 | -1/+1 | |
2020-06-24 | configs: Enable udev and WPA on Horizon media | A. Wilcox | 2 | -1/+7 | |
2020-06-18 | configs: Add live variants | A. Wilcox | 3 | -0/+17 | |
2020-06-03 | configs: Set 32-bit arches properly | A. Wilcox | 2 | -0/+2 | |
2020-06-03 | Configs: Set proper signing keys | A. Wilcox | 2 | -0/+6 | |
2020-06-03 | Base config: Set rootpw to 'live', set version as 1.0 | A. Wilcox | 1 | -0/+3 | |
2020-05-26 | configs: New directory, containing HorizonScripts for live media | A. Wilcox | 7 | -0/+38 | |
2020-05-24 | post: pmmx: Add all_video mod | A. Wilcox | 1 | -2/+2 | |
2020-05-25 | Merge branch 'uefi-pmmx' into 'master' | A. Wilcox | 1 | -1/+1 | |
pmmx: fix EFI image generation when building on x86_64 host See merge request adelie/image!6 | |||||
2020-05-25 | Merge branch 'uefi-video' into 'master' | A. Wilcox | 1 | -2/+2 | |
x86_64: include all_video.mod for UEFI video support See merge request adelie/image!5 | |||||
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 | |