Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-23 | hscript: meta: desperate attempt to fix EFI installs | A. Wilcox | 1 | -0/+12 | |
2020-06-23 | hscript: Recursively bind-mount /dev and /sys | A. Wilcox | 2 | -4/+7 | |
We need this for /dev/shm to be present in the target. We need to bind-mount /sys recursively for efivarfs to be available for GRUB's use in the target. While we're here, unmount /dev and /sys recursively when creating an image. | |||||
2020-06-23 | image: ensure init is executable in initrd | A. Wilcox | 1 | -0/+1 | |
2020-06-22 | CMake: Add BUILD_ISO option to toggle ISO generation support | A. Wilcox | 2 | -2/+9 | |
2020-06-22 | CMake: Ensure BCNM is only searched for in UI mode | A. Wilcox | 2 | -5/+5 | |
2020-06-22 | devel: script: Clarify pppoe key behaviour | A. Wilcox | 1 | -0/+1 | |
2020-06-22 | devel: YANG: Add PPPoE stuff | A. Wilcox | 1 | -0/+34 | |
2020-06-22 | devel: script: Specify new 'pppoe' key | A. Wilcox | 1 | -0/+39 | |
2020-06-21 | hscript: Ensure mount directory exists | A. Wilcox | 1 | -1/+1 | |
2020-06-19 | Merge branch 'qtui-fixes' into 'master' | A. Wilcox | 2 | -5/+4 | |
A few fixes for Qt UI See merge request adelie/horizon!4 | |||||
2020-06-19 | Qt UI: fs keys for ESPs should be format "vfat", not "fat32" | Max Rees | 1 | -2/+2 | |
2020-06-19 | Qt UI: Fix a few issues in the custom packages list | Max Rees | 1 | -3/+2 | |
* "doc" is a typo; should be "docs". * otter-browser is no longer available. It may be added back at some point. * there is no openjdk8-jdk, only openjdk8-jre and openjdk. Since this is in the programming section I assume they want the whole JDK and not just the runtime environment. Script used to find issues: $ awk -F '\t' '$2 {print $2}' ui/qt5/resources/packages.txt | sort -u > packages_want $ apk search -qx $(cat packages_want) | sort -u > packages_have $ comm -23 packages_want packages_have doc openjdk8-jdk otter-browser This only checked against x86_64 but I think these should all be available for all arches. | |||||
2020-06-13 | hscript: Validate and execute the bootloader key, if provided | A. Wilcox | 2 | -0/+6 | |
2020-06-13 | Qt UI: Add SDDM explicitly; use new bootloader key | A. Wilcox | 1 | -17/+11 | |
2020-06-13 | hscript: maybe implement bootloader key | A. Wilcox | 1 | -0/+77 | |
2020-06-13 | hscript: bootloader: build in runtime env | A. Wilcox | 1 | -2/+6 | |
2020-06-13 | hscript: Stub unfinished implementation of 'bootloader' key | A. Wilcox | 4 | -0/+125 | |
2020-06-13 | devel: req: Add bootloader/version, and make final | A. Wilcox | 2 | -4/+12 | |
2020-06-13 | devel: script: Document new 'bootloader' key | A. Wilcox | 1 | -0/+31 | |
2020-06-13 | devel: script: Document the 'version' key | A. Wilcox | 2 | -5/+36 | |
2020-06-13 | Qt UI: Execute: Workaround for network issue | A. Wilcox | 1 | -1/+16 | |
2020-06-13 | Qt UI: Execute: Use message buffer; flush log file | A. Wilcox | 2 | -1/+19 | |
2020-06-13 | image: Add 'keep' option to ISO backend | A. Wilcox | 1 | -1/+1 | |
2020-06-06 | Release version 0.9.20.9.2 | A. Wilcox | 1 | -0/+23 | |
2020-06-06 | tests: Update simulator spec for new keymap output | A. Wilcox | 1 | -1/+1 | |
2020-06-06 | boot: Add Boot to Horizon resources | A. Wilcox | 7 | -0/+132 | |
2020-06-06 | Qt UI: Fix up signing keys and packages/services | A. Wilcox | 1 | -7/+39 | |
2020-06-06 | hscript: Update for console-setup -> kbd change | A. Wilcox | 3 | -12/+10 | |
2020-06-04 | Qt UI: Ensure log is opened when built in release modes | A. Wilcox | 1 | -1/+1 | |
2020-06-03 | Release version 0.9.10.9.1 | A. Wilcox | 1 | -0/+69 | |
2020-06-03 | json: Support models without a root mount defined | A. Wilcox | 1 | -2/+2 | |
2020-06-04 | Merge branch 'mtools' into 'master' | A. Wilcox | 2 | -16/+19 | |
image: use mtools to generate ESP images for ISOs instead of mounting See merge request adelie/horizon!3 | |||||
2020-06-03 | image: use mtools to generate ESP images for ISOs instead of mounting | Max Rees | 2 | -16/+19 | |
2020-06-03 | image: ISO: Try harder to umount before rm -rf | A. Wilcox | 1 | -4/+13 | |
2020-06-03 | image: ISO: Allow live account to log in without pw | A. Wilcox | 1 | -0/+1 | |
2020-06-03 | image: ISO: Add root pw note to /etc/issue | A. Wilcox | 1 | -0/+2 | |
2020-06-03 | Merge branch 'sroracle' into 'master' | A. Wilcox | 3 | -30/+55 | |
Miscellaneous fixes See merge request adelie/horizon!2 | |||||
2020-06-03 | image: fixup x86_64 ISO share files | Max Rees | 2 | -26/+51 | |
2020-06-03 | image: ensure entire line from iso-params file is read | Max Rees | 1 | -1/+1 | |
2020-06-03 | image: fix a few paths from escaping target/ | Max Rees | 1 | -3/+3 | |
2020-06-03 | image: Add default share directory for ISO | A. Wilcox | 15 | -0/+342 | |
2020-06-03 | image: Finish implementing ISO backend | A. Wilcox | 3 | -24/+384 | |
2020-05-30 | Qt UI: Use QString arg instead of snprintf to avoid GCC warning | A. Wilcox | 1 | -3/+1 | |
2020-05-29 | hscript: Timezone: Always remove existing localtime | A. Wilcox | 1 | -2/+2 | |
Otherwise, if the target doesn't have tzdata installed, an existing /etc/localtime file won't be removed and we can hit an error. | |||||
2020-05-29 | hscript: Hostname: Create /etc if it doesn't exist | A. Wilcox | 1 | -0/+8 | |
Without this, errors are seen generating Alpine images. | |||||
2020-05-29 | image: Support backend options | A. Wilcox | 4 | -25/+68 | |
2020-05-28 | image: Put target inside ir_dir, add WIP ISO backend | A. Wilcox | 5 | -9/+231 | |
ir_dir used to be the target; now the target is inside ir_dir so backends have the choice of making other directories inside ir_dir if needed. | |||||
2020-05-28 | hscript: user: Support cross-arch installs | A. Wilcox | 1 | -11/+9 | |
Using PAM's -R tries to load target system's PAM libraries, which obviously fail if it's not the same CPU arch. | |||||
2020-05-26 | tests: Update for new keys-dir behaviour | A. Wilcox | 1 | -3/+3 | |
2020-05-26 | hscript: Close file after download | A. Wilcox | 1 | -0/+2 | |