Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |
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 |
2020-05-29 | hscript: Hostname: Create /etc if it doesn't exist | A. Wilcox | 1 | -0/+8 |
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 |
2020-05-28 | hscript: user: Support cross-arch installs | A. Wilcox | 1 | -11/+9 |
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 |
2020-05-26 | hscript: Flush downloaded file before returning | A. Wilcox | 1 | -0/+1 |
2020-05-26 | hscript: Make --keys-dir relative | A. Wilcox | 1 | -11/+7 |
2020-05-26 | hscript: Ensure target mounts aren't hardcoded to /target | A. Wilcox | 1 | -9/+13 |
2020-05-26 | hscript: Implement (undocumented, untested) 'version' key | A. Wilcox | 5 | -13/+63 |
2020-05-26 | hscript: Ensure root mounts aren't required for image | A. Wilcox | 1 | -1/+1 |
2020-05-26 | hscript: Implement (currently undocumented) 'inherit' key and tests | A. Wilcox | 10 | -11/+64 |
2020-05-26 | hscript: Convert 'int line' to a ScriptLocation object | A. Wilcox | 17 | -751/+669 |
2020-05-25 | Qt UI: Generate valid installfile with no custom pkgs | A. Wilcox | 1 | -1/+1 |
2020-05-24 | Fix CI since printowner is no longer built for RE | A. Wilcox | 2 | -1/+2 |
2020-05-24 | CMake: Don't build owner tool in RE, unneeded | A. Wilcox | 1 | -1/+1 |
2020-05-24 | Qt UI: Root passphrase should be >= 8 chars, not > 8 | A. Wilcox | 1 | -1/+1 |
2020-05-24 | Image creator: Run backend `prepare()` before script | A. Wilcox | 1 | -7/+8 |
2020-05-24 | Qt UI: Fix a few issues with the Runtime wizard | A. Wilcox | 4 | -7/+6 |
2020-05-24 | Qt UI: Fix high DPI support | A. Wilcox | 1 | -1/+1 |
2020-05-24 | hscript: Implement 'svcenable' key and tests | A. Wilcox | 10 | -0/+124 |
2020-05-24 | devel: script: Add definition of svcenable key | A. Wilcox | 1 | -0/+36 |
2020-05-24 | Qt UI: Support High DPI screens | A. Wilcox | 1 | -0/+1 |
2020-05-23 | Qt UI: Fix building non-install environment | A. Wilcox | 2 | -0/+15 |