Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-13 | hscript: Validate and execute the bootloader key, if provided | A. Wilcox | 1 | -0/+4 | |
2020-06-06 | hscript: Update for console-setup -> kbd change | A. Wilcox | 1 | -0/+2 | |
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-24 | hscript: Implement 'svcenable' key and tests | A. Wilcox | 1 | -0/+4 | |
2020-05-15 | hscript: Don't change networking in image mode | A. Wilcox | 1 | -1/+4 | |
Network configuration on the host should not be changed if we are only creating an image. | |||||
2020-04-02 | hscript: Overwrite existing /e/n/i file, if present | A. Wilcox | 1 | -1/+1 | |
/etc/network/interfaces may already exists if an intermediate directory is being reused for image creation. Overwrite it, instead of appending to it. | |||||
2020-04-01 | hscript: Rename Image flag to ImageOnly | A. Wilcox | 1 | -1/+1 | |
Otherwise, this conflicts with the Horizon::Image namespace. | |||||
2020-03-26 | Script: Use --keys-dir during base installation | A. Wilcox | 1 | -8/+15 | |
If the system APK does not trust the keys specified in the HorizonScript, execution of the script would fail. This commit fixes that omission. | |||||
2020-03-24 | hscript: Implement 'Image' script option | A. Wilcox | 1 | -37/+39 | |
This option is for generating images using Horizon. It skips most disk-related operations, except for preparing /etc/fstab. It also skips setting the running system's hostname. | |||||
2020-03-24 | hscript: Execute +arch+ key before APK pkgdb init | A. Wilcox | 1 | -5/+5 | |
Otherwise, the incorrect architecture's repositories are read during the `apk update` operation. | |||||
2020-03-18 | hscript: Support creation of /etc/network/interfaces | A. Wilcox | 1 | -30/+78 | |
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 | script: Handle pre-existing network condition better | A. Wilcox | 1 | -3/+3 | |
Previously, if /etc/resolv.conf existed, execution would fail with: internal: error: cannot use DNS configuration during installation: File exists If /etc/conf.d/net.$IFACE existed, execution would log: internal: error: could not use networking on eth0: File exists Fix both of these issues. | |||||
2020-03-11 | hscript: Make target directory configurable | A. Wilcox | 1 | -54/+68 | |
This is the first step towards creating images using Horizon. | |||||
2020-02-26 | hscript: Refactor Keys to be owned by a Script* | A. Wilcox | 1 | -3/+3 | |
This means that a Key can introspect its Script. | |||||
2020-02-11 | hscript: Turn on network interfaces in Install Env when network is true | A. Wilcox | 1 | -1/+13 | |
2019-12-19 | hscript: Add 'arch' key implementation and related tests | A. Wilcox | 1 | -0/+5 | |
2019-11-08 | hscript: Implement UserIcon::execute, add tests | A. Wilcox | 1 | -0/+31 | |
2019-11-07 | hscript: Implement Runner.Execute.UserAccounts, add tests | A. Wilcox | 1 | -1/+20 | |
2019-11-06 | hscript: Drastically simplify script execution | A. Wilcox | 1 | -67/+25 | |
2019-11-06 | tests: Add more nameserver behavioural tests | A. Wilcox | 1 | -3/+12 | |
2019-11-06 | hscript: Implement Runner.Execute.netaddress.OpenRC | A. Wilcox | 1 | -0/+36 | |
2019-11-04 | hscript: Conditionalise more code under HAS_INSTALL_ENV | A. Wilcox | 1 | -5/+20 | |
2019-11-04 | hscript: Implement Keymap::execute | A. Wilcox | 1 | -1/+4 | |
2019-11-04 | hscript: Implement Runner.Execute.nameserver.* | A. Wilcox | 1 | -0/+70 | |
2019-11-04 | hscript: Refactor script.cc and disk.cc for maintainability | A. Wilcox | 1 | -0/+400 | |