Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-12-14 | devel: Remove requirements around APK Fission repos | A. Wilcox | 2 | -5/+1 | |
Since linux-firmware moved to user/ in 1.0-BETA6, we don't pull in the APK Fission repository any more for linux-firmware packages. | |||||
2023-12-01 | Add 'rootshell' key to determine root's shell | A. Wilcox | 2 | -0/+47 | |
* Key added to code and documentation. * Tests added and pass locally on gwyn (ppc64) and fran (aarch64). * Qt UI automatically sets /bin/zsh as root's shell (ref: packages#206). * ISO image creator backend no longer has root shell hack. | |||||
2023-11-16 | devel: Fix rST syntax in style guide | A. Wilcox | 1 | -6/+3 | |
2023-10-29 | Qt UI: Add Advanced Options screen | A. Wilcox | 1 | -0/+39 | |
Allows the user to select arch, repository, signingkey, and version. Closes: #337 | |||||
2023-10-20 | hscript: Allow svcenable to create new runlevels | A. Wilcox | 1 | -0/+8 | |
This is going to be useful in general for some advanced use cases, but most importantly, it will allow us to define runlevels for live media. Ref: #346 | |||||
2023-10-05 | Qt UI: QoI improvements to launching tools | A. Wilcox | 1 | -0/+4 | |
* Terminal now uses dark background with light text, which makes root prompt readable when started from Install CD. * Tools are now spawned instead of run modally. This means you can interact with the Horizon wizard while using the Terminal or Web browser. If a tool is still running at the end, Horizon will prompt the user before allowing them to commit to disk. | |||||
2022-09-04 | Remove Dockerized documentation generator. | Zach van Rijn | 2 | -17/+0 | |
2022-01-15 | Update documentation for new URLs etc | A. Wilcox | 1 | -5/+4 | |
2021-10-21 | bump alpine base image { 3.13 --> 3.14 } | Zach van Rijn | 1 | -1/+1 | |
2021-06-01 | Dockerize Horizon docs too, but TODO fix CORS nonsense (or migrate these ↵ | Zach van Rijn | 4 | -4/+22 | |
docs and forget that). | |||||
2021-05-05 | Fix links (move from 'horizon.a.o' --> 'a.o/horizon'). | Zach van Rijn | 1 | -13/+13 | |
2020-08-30 | Rearchitect how 'bootloader' key works | A. Wilcox | 1 | -4/+4 | |
2020-07-25 | Replace references to ConsoleKit with elogind | A. Wilcox | 1 | -1/+1 | |
2020-07-21 | devel: script: Add JSON reference | A. Wilcox | 2 | -2/+455 | |
2020-06-23 | JSON: Add service support | A. Wilcox | 1 | -0/+17 | |
2020-06-23 | devel: Add optional runlevel parameter to 'svcenable' spec | A. Wilcox | 1 | -1/+9 | |
2020-06-23 | Change Runner.Validate.hostname.Begin to allow numeric characters | A. Wilcox | 1 | -1/+1 | |
2020-06-22 | devel: script: Clarify pppoe key behaviour | A. Wilcox | 1 | -0/+1 | |
2020-06-22 | devel: YANG: Add PPPoE stuff | A. Wilcox | 1 | -0/+34 | |
2020-06-22 | devel: script: Specify new 'pppoe' key | A. Wilcox | 1 | -0/+39 | |
2020-06-13 | devel: req: Add bootloader/version, and make final | A. Wilcox | 2 | -4/+12 | |
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-05-24 | devel: script: Add definition of svcenable key | A. Wilcox | 1 | -0/+36 | |
2020-05-15 | devel: Add template manpage for future maintenance | A. Wilcox | 1 | -0/+48 | |
2020-05-13 | devel: Add YANG model for HorizonScript JSON schema | A. Wilcox | 1 | -0/+356 | |
2020-03-26 | Requirements: Add Runner.Execute.pkginstall.Keys | A. Wilcox | 1 | -0/+4 | |
2020-02-26 | devel: Add 'netconfigtype' key specification | A. Wilcox | 2 | -2/+63 | |
2020-02-23 | HorizonScript: Add 'bios' and 'prep' flags for Partition key | A. Wilcox | 1 | -0/+2 | |
2020-02-22 | Vision: Add HFS+ as a required supported file sys | A. Wilcox | 1 | -0/+1 | |
HFS+ is required to install on Power Macintosh, and is also required to be able to side-by-side on an Intel Macintosh. | |||||
2019-12-19 | devel: Close XML tag | A. Wilcox | 1 | -0/+1 | |
2019-12-19 | devel: Add specification for 'arch' key | A. Wilcox | 2 | -0/+68 | |
2019-11-23 | devel: tiny fix | A. Wilcox | 1 | -3/+3 | |
2019-11-23 | devel: Update home page for more detail and clarity | A. Wilcox | 1 | -22/+19 | |
2019-11-03 | STYLE: Fix reported typo | A. Wilcox | 1 | -1/+1 | |
2019-11-02 | Add Code Style guide | A. Wilcox | 1 | -0/+106 | |
2019-10-31 | req: 3b: Add Runner.Validate.encrypt.Unique | A. Wilcox | 1 | -0/+4 | |
2019-10-31 | req: 3b: Add Runner.Validate.fs.Unique | A. Wilcox | 1 | -0/+4 | |
2019-10-31 | devel: req: 3b: Add R.Validate.nameserver* | A. Wilcox | 1 | -0/+8 | |
2019-10-31 | devel: vision: Add vfat requirement | A. Wilcox | 1 | -0/+1 | |
2019-10-25 | Script spec: Ensure lvm_pv example is internally consistent | A. Wilcox | 1 | -1/+1 | |
2019-10-23 | req: 3b: Make command line override DHCP | A. Wilcox | 1 | -1/+1 | |
2019-10-16 | req: 3b: R.E.network.netaddress: only use if network=true | A. Wilcox | 1 | -1/+1 | |
2019-10-13 | devel: req: 3b: Reorder Runner.Execute requirements | A. Wilcox | 1 | -16/+16 | |
rootpw/user requires /etc/shadow. language requires /etc/profile.d. keymap requires /etc/default/keyboard. These need adelie-core installed before execution. | |||||
2019-10-13 | Add index page | A. Wilcox | 1 | -0/+82 | |
2019-10-05 | script: Add stuff from @sroracle's comments | A. Wilcox | 2 | -7/+8 | |
2019-10-05 | req: 3b: Add Runner.Validate.userpw.None warning | A. Wilcox | 1 | -0/+4 | |
2019-10-05 | req: 2: Fix two typos | A. Wilcox | 1 | -1/+1 | |
2019-10-05 | req: 3b: Add 'slaac' as valid netaddress type | A. Wilcox | 1 | -1/+1 | |
2019-10-05 | req: 3: Finish @sroracle's comments | A. Wilcox | 1 | -3/+19 | |