summaryrefslogtreecommitdiff
path: root/hscript/meta.cc
AgeCommit message (Expand)AuthorFilesLines
2023-12-05hscript: meta/PkgInstall: Allow negative selectionA. Wilcox1-1/+1
2023-12-01Add 'rootshell' key to determine root's shellA. Wilcox1-0/+36
2023-10-21hscript: bootloader: Stop mucking with efivarfsA. Wilcox1-14/+1
2023-10-21hscript: bootloader: Take 100% control of efivarfsA. Wilcox1-24/+6
2023-10-21hscript: bootloader: Set rdwr on 'real' efivarfsA. Wilcox1-2/+7
2023-10-21hscript: bootloader: Really, truly revamp EFIA. Wilcox1-10/+41
2023-10-20hscript: Output dest runlevel in 'svcenable' logA. Wilcox1-1/+2
2023-10-20hscript: Allow svcenable to create new runlevelsA. Wilcox1-2/+10
2023-03-25meta: Tidy codeA. Wilcox1-3/+4
2020-10-15hscript: bootloader: Hopefully fix EFI once and for allA. Wilcox1-6/+7
2020-10-15Add many more various test casesA. Wilcox1-0/+12
2020-09-30meta: Run update-boot when bootloader requestedA. Wilcox1-6/+20
2020-09-20hscript: Remount EFI vars correctlyA. Wilcox1-4/+4
2020-08-30Rearchitect how 'bootloader' key worksA. Wilcox1-53/+62
2020-08-29hscript: Allow multiple svcenables to not breakA. Wilcox1-1/+1
2020-08-22Improve test coverage of metadata keysA. Wilcox1-17/+25
2020-07-22Add initial MIPS port, sans automatic partitionerA. Wilcox1-0/+16
2020-07-06hscript: Use target efivarfs path for r/w mountA. Wilcox1-2/+4
2020-06-23hscript: Implement runlevel support in svcenable keyA. Wilcox1-7/+20
2020-06-23Change Runner.Validate.hostname.Begin to allow numeric charactersA. Wilcox1-2/+2
2020-06-23hscript: meta: desperate attempt to fix EFI installsA. Wilcox1-0/+12
2020-06-13hscript: maybe implement bootloader keyA. Wilcox1-0/+77
2020-06-13hscript: bootloader: build in runtime envA. Wilcox1-2/+6
2020-06-13hscript: Stub unfinished implementation of 'bootloader' keyA. Wilcox1-0/+96
2020-06-06hscript: Update for console-setup -> kbd changeA. Wilcox1-12/+7
2020-05-29hscript: Timezone: Always remove existing localtimeA. Wilcox1-2/+2
2020-05-29hscript: Hostname: Create /etc if it doesn't existA. Wilcox1-0/+8
2020-05-26hscript: Implement (undocumented, untested) 'version' keyA. Wilcox1-0/+18
2020-05-26hscript: Convert 'int line' to a ScriptLocation objectA. Wilcox1-128/+83
2020-05-24hscript: Implement 'svcenable' key and testsA. Wilcox1-0/+44
2020-04-02hscript: Handle existing /etc/localtime in targetA. Wilcox1-0/+2
2020-04-01hscript: Rename Image flag to ImageOnlyA. Wilcox1-1/+1
2020-03-24hscript: Implement 'Image' script optionA. Wilcox1-1/+3
2020-03-15meta: Handle underscores in architecture namesA. Wilcox1-1/+1
2020-03-11hscript: Make target directory configurableA. Wilcox1-34/+47
2020-02-26hscript: Refactor Keys to be owned by a Script*A. Wilcox1-42/+43
2019-12-19hscript: Add 'arch' key implementation and related testsA. Wilcox1-2/+56
2019-12-05Actually refactor valid_keymaps into a reusable componentA. Wilcox1-10/+1
2019-11-04hscript: It's LCOV_EXCL_STOP, not LCOV_EXCL_ENDA. Wilcox1-1/+1
2019-11-04hscript: Mark code correctly for LCOVA. Wilcox1-5/+7
2019-11-04hscript: Language::execute: space between string and valueA. Wilcox1-1/+1
2019-11-04hscript: Implement Keymap::executeA. Wilcox1-1/+35
2019-11-02hscript: Hostname::execute: dns_domain_lo is a variableA. Wilcox1-1/+1
2019-11-02hscript: Add download_file helper and implement SigningKey::execute0.1.0A. Wilcox1-2/+45
2019-11-02hscript: Repository: append to /e/a/r, don't replace itA. Wilcox1-1/+1
2019-11-02hscript: More logging and dir creationA. Wilcox1-0/+1
2019-11-02hscript: Handle creation of directories when neededA. Wilcox1-0/+9
2019-11-01hscript: Implement Runner.Validate.keymap.ValidA. Wilcox1-3/+20
2019-10-31hscript: Implement SigningKey, add testsA. Wilcox1-0/+21
2019-10-31hscript: Remove unused paramaters and de-const-ify DiskLabel::typeA. Wilcox1-1/+1