Age | Commit message (Expand) | Author | Files | Lines |
2020-08-29 | hscript: Allow multiple svcenables to not break | A. Wilcox | 1 | -1/+1 |
2020-08-22 | Improve test coverage of metadata keys | A. Wilcox | 1 | -17/+25 |
2020-08-21 | hscript: Parted uses 'mac' for APM labels | A. Wilcox | 1 | -1/+1 |
2020-07-22 | Add initial MIPS port, sans automatic partitioner | A. Wilcox | 1 | -0/+16 |
2020-07-10 | hscript: Use curr_name; work around Alpine bug | A. Wilcox | 1 | -5/+10 |
2020-07-06 | hscript: Use target efivarfs path for r/w mount | A. Wilcox | 1 | -2/+4 |
2020-07-04 | hscript: Implement execution of PPPoE for ENI systems | A. Wilcox | 1 | -2/+67 |
2020-07-04 | hscript: Implement execution of PPPoE for netifrc systems | A. Wilcox | 1 | -16/+63 |
2020-07-04 | hscipt: Implement parse and validation of 'pppoe' key | A. Wilcox | 6 | -5/+167 |
2020-06-30 | hscript: Ensure operstate file exists before reading | A. Wilcox | 1 | -4/+9 |
2020-06-24 | Fix network state issue on live installs, and firmware install | A. Wilcox | 2 | -2/+6 |
2020-06-23 | hscript: Implement runlevel support in svcenable key | A. Wilcox | 3 | -11/+32 |
2020-06-23 | hscript: Don't ensure device existence during image creation | A. Wilcox | 1 | -3/+3 |
2020-06-23 | Change Runner.Validate.hostname.Begin to allow numeric characters | A. Wilcox | 1 | -2/+2 |
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 | 1 | -2/+4 |
2020-06-21 | hscript: Ensure mount directory exists | A. Wilcox | 1 | -1/+1 |
2020-06-13 | hscript: Validate and execute the bootloader key, if provided | A. Wilcox | 2 | -0/+6 |
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-06 | hscript: Update for console-setup -> kbd change | A. Wilcox | 3 | -12/+10 |
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-28 | hscript: user: Support cross-arch installs | A. Wilcox | 1 | -11/+9 |
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 | 3 | -11/+44 |
2020-05-26 | hscript: Convert 'int line' to a ScriptLocation object | A. Wilcox | 16 | -739/+619 |
2020-05-24 | hscript: Implement 'svcenable' key and tests | A. Wilcox | 5 | -0/+80 |
2020-05-15 | hscript: Ensure user commands are correct in simulator | A. Wilcox | 1 | -4/+9 |
2020-05-15 | hscript: Ensure user commands are run in the target | A. Wilcox | 1 | -4/+11 |
2020-05-15 | hscript: Don't change networking in image mode | A. Wilcox | 1 | -1/+4 |
2020-05-07 | image: Add functional TAR backend | A. Wilcox | 1 | -7/+1 |
2020-04-02 | hscript: Overwrite existing /e/n/i file, if present | A. Wilcox | 1 | -1/+1 |
2020-04-02 | hscript: Handle existing /etc/localtime in target | A. Wilcox | 1 | -0/+2 |
2020-04-01 | hscript: Rename Image flag to ImageOnly | A. Wilcox | 5 | -6/+6 |
2020-03-26 | Script: Use --keys-dir during base installation | A. Wilcox | 1 | -8/+15 |
2020-03-24 | hscript: Implement 'Image' script option | A. Wilcox | 5 | -40/+49 |
2020-03-24 | hscript: Execute +arch+ key before APK pkgdb init | A. Wilcox | 1 | -5/+5 |
2020-03-24 | hscript: Don't overwrite fstab with each mount | A. Wilcox | 1 | -1/+2 |
2020-03-24 | hscript: De-constify returned Horizon::Script* objects | A. Wilcox | 2 | -8/+6 |
2020-03-22 | hscript: Ensure partition 1 won't abut first disk sectors | A. Wilcox | 1 | -0/+3 |
2020-03-19 | hscript: Support creation of MBR disklabels | A. Wilcox | 1 | -1/+1 |
2020-03-18 | hscript: Support creation of /etc/network/interfaces | A. Wilcox | 3 | -47/+157 |
2020-03-17 | hscript: Add new netconfigtype key and associated tests | A. Wilcox | 4 | -0/+71 |