Age | Commit message (Expand) | Author | Files | Lines |
2020-05-15 | DiskMan: Add manual pages | A. Wilcox | 21 | -0/+671 |
2020-05-15 | executor: Add Steps, EXIT STATUS, DIAGNOSTICS sections | A. Wilcox | 1 | -0/+69 |
2020-05-15 | fetch: Add manual page | A. Wilcox | 2 | -0/+68 |
2020-05-15 | executor: Add manual page | A. Wilcox | 2 | -0/+42 |
2020-05-15 | devel: Add template manpage for future maintenance | A. Wilcox | 1 | -0/+48 |
2020-05-15 | hscript: Ensure user commands are correct in simulator | A. Wilcox | 2 | -15/+20 |
2020-05-15 | JSON: Handle user account creation | A. Wilcox | 2 | -0/+43 |
2020-05-15 | hscript: Ensure user commands are run in the target | A. Wilcox | 1 | -4/+11 |
2020-05-15 | hscript-fromjson: Set network to true when an IP is given | A. Wilcox | 1 | -1/+1 |
2020-05-15 | hscript: Don't change networking in image mode | A. Wilcox | 1 | -1/+4 |
2020-05-13 | devel: Add YANG model for HorizonScript JSON schema | A. Wilcox | 1 | -0/+356 |
2020-05-13 | tools: Add new hscript-fromjson tool | A. Wilcox | 9 | -0/+23230 |
2020-05-13 | image: TAR: Force UTF-8 pathnames always | A. Wilcox | 1 | -3/+3 |
2020-05-07 | fetch: Disable tests that aren't written yet | A. Wilcox | 1 | -7/+7 |
2020-05-07 | image: Add functional TAR backend | A. Wilcox | 4 | -9/+84 |
2020-04-02 | image: Truly dynamic backend registration | A. Wilcox | 6 | -10/+143 |
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-02 | image: Actually make backends registerable | A. Wilcox | 4 | -17/+26 |
2020-04-02 | image: Significantly refactor how backends are registered | A. Wilcox | 4 | -44/+71 |
2020-04-01 | Tests: Update APK tests for --keys-dir | A. Wilcox | 1 | -3/+3 |
2020-04-01 | image: Initial work on backend support | A. Wilcox | 7 | -10/+171 |
2020-04-01 | hscript: Rename Image flag to ImageOnly | A. Wilcox | 5 | -6/+6 |
2020-03-26 | Requirements: Add Runner.Execute.pkginstall.Keys | A. Wilcox | 1 | -0/+4 |
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 | Add the beginnings of the Image Creation utility | A. Wilcox | 5 | -0/+209 |
2020-03-24 | tests: Update Simulator test's parted MBR label type name | A. Wilcox | 1 | -1/+1 |
2020-03-24 | hscript: De-constify returned Horizon::Script* objects | A. Wilcox | 2 | -8/+6 |
2020-03-23 | CLI Tools: Update messages, and make them more consistent | A. Wilcox | 3 | -20/+27 |
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 | 5 | -49/+169 |
2020-03-17 | hscript: Add new netconfigtype key and associated tests | A. Wilcox | 8 | -0/+150 |
2020-03-15 | hscript: Mount /dev, /proc, /sys under /target | A. Wilcox | 1 | -0/+25 |
2020-03-15 | script: More efficiently call apk | A. Wilcox | 1 | -2/+5 |
2020-03-15 | tests: Remove undo file from extfs testing | A. Wilcox | 1 | -3/+3 |
2020-03-15 | meta: Handle underscores in architecture names | A. Wilcox | 1 | -1/+1 |
2020-03-15 | script: Handle pre-existing network condition better | A. Wilcox | 1 | -3/+3 |
2020-03-15 | disk: Remove ability to undo e2fs | A. Wilcox | 1 | -2/+0 |
2020-03-11 | tests: Update simulator spec for proper language script | A. Wilcox | 1 | -3/+3 |
2020-03-11 | hscript: Make target directory configurable | A. Wilcox | 8 | -107/+165 |
2020-03-01 | Qt UI: Add What's This to the rest of the UI | A. Wilcox | 3 | -0/+17 |
2020-02-26 | hscript: Refactor Keys to be owned by a Script* | A. Wilcox | 14 | -336/+382 |
2020-02-26 | hscript: Add introspection support for Script class | A. Wilcox | 2 | -0/+98 |
2020-02-26 | devel: Add 'netconfigtype' key specification | A. Wilcox | 2 | -2/+63 |
2020-02-23 | assets: Add "Party" Openbox theme for live media | A. Wilcox | 7 | -0/+201 |
2020-02-23 | Qt UI: Add missing What's This and help files | A. Wilcox | 15 | -20/+119 |