summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-07-04Qt UI: Use alternative QProcess APIA. Wilcox3-4/+4
Qt 5.15 deprecates the simpler API, but luckily the more complicated API is supported back to Qt 5.0.
2022-07-04Qt UI: Use 'tain' instead of 'tain_t'A. Wilcox2-3/+3
This is required to support the newer skalibs releases. We don't need to have good support for older versions because this code is only used in the Install Environment, which we control.
2022-01-23Merge branch 'offer-sddm-option' into 'current'Zach van Rijn1-0/+1
Qt UI: Offer SDDM as an option for Custom installs See merge request adelie/horizon!6
2022-01-23Qt UI: Offer SDDM as an option for Custom installsA. Wilcox1-0/+1
2022-01-23Merge branch 'docs-by-default' into 'current'Zach van Rijn1-1/+1
Qt UI: Select 'docs' package for Standard/Mobile See merge request adelie/horizon!5
2022-01-23Qt UI: Select 'docs' package for Standard/MobileA. Wilcox1-1/+1
2022-01-15README: and, finally, the real fixA. Wilcox1-1/+1
2022-01-15README: Ordering is importantA. Wilcox1-1/+1
2022-01-15README: Fix build badgeA. Wilcox1-1/+1
2022-01-15README: Update branch nameA. Wilcox1-2/+2
2022-01-15Update documentation for new URLs etcA. Wilcox4-22/+14
2021-10-21bump alpine base image { 3.13 --> 3.14 }Zach van Rijn1-1/+1
2021-06-01Dockerize Horizon docs too, but TODO fix CORS nonsense (or migrate these ↵Zach van Rijn4-4/+22
docs and forget that).
2021-05-05Fix links (move from 'horizon.a.o' --> 'a.o/horizon').Zach van Rijn1-13/+13
2020-11-07Update CHANGELOG0.9.6A. Wilcox1-0/+35
2020-10-15image: Tar backend: Fix symlink issuesA. Wilcox1-4/+11
2020-10-15tests: Don't depend on any ordering of /e/c/netA. Wilcox1-8/+8
2020-10-15hscript: bootloader: Hopefully fix EFI once and for allA. Wilcox1-6/+7
2020-10-15Add many more various test casesA. Wilcox20-25/+220
2020-10-15hscript: PPPoE: Ensure values are read properlyA. Wilcox1-1/+1
2020-09-30meta: Run update-boot when bootloader requestedA. Wilcox1-6/+20
If the user chooses no-boot or isn't installing Adélie, this will fail quietly. But if the user is installing Adélie, this is necessary to generate bootloader configuration.
2020-09-27Release version 0.9.50.9.5A. Wilcox1-0/+41
2020-09-27Don't be fooled by fruity compilersA. Wilcox2-3/+1
2020-09-25Qt UI: Fix last remaining papercuts for Mac clientA. Wilcox3-7/+11
2020-09-24Qt UI: Install dracut and easy-boot if bootloader is chosenA. Wilcox1-0/+1
2020-09-24Qt UI: Add debug support for DHCP pageA. Wilcox1-0/+5
If you hold CTRL while clicking Continue, you can skip DHCP.
2020-09-24Qt UI: Add help for Wi-Fi pageA. Wilcox2-0/+27
2020-09-24Qt UI: Don't use QSet for mount candidatesA. Wilcox1-5/+5
2020-09-24Qt UI: Don't use deprecated setItemSelected methodA. Wilcox1-1/+1
2020-09-24Qt UI: Explicitly find OpenSSL using CMakeKiyoshi Aman1-1/+2
2020-09-24Qt UI: Finish redesign of Wi-Fi page (closes #318)A. Wilcox2-9/+23
2020-09-24Qt UI: Partial redesign of Wi-Fi page (#318)A. Wilcox1-6/+28
2020-09-20tests: Update Simulator spec for new mke2fs paramA. Wilcox1-3/+3
2020-09-20Qt UI: Add ability to format from partition pageA. Wilcox3-2/+51
2020-09-20Qt UI: Set bootloader value correctlyA. Wilcox1-1/+1
2020-09-20hscript: Remount EFI vars correctlyA. Wilcox1-4/+4
The manpage suggests that MS_BIND must be set to change R/O flag on bindmounts.
2020-09-20hscript: Force extfs creationA. Wilcox1-2/+1
This works around the '/dev/xxx already has a filesystem' thing on CLI installs.
2020-09-20ISO backend: Call dracut in chrootA. Wilcox1-4/+9
2020-08-30Release version 0.9.40.9.4A. Wilcox1-0/+74
2020-08-30Rearchitect how 'bootloader' key worksA. Wilcox10-66/+82
2020-08-29boot: Add gfxdetect oneshotA. Wilcox2-0/+29
2020-08-29image: Convert custom cdinit to DracutA. Wilcox11-106/+34
2020-08-29hscript: Allow multiple svcenables to not breakA. Wilcox1-1/+1
2020-08-22Improve test coverage of metadata keysA. Wilcox10-21/+112
2020-08-21hscript: Parted uses 'mac' for APM labelsA. Wilcox2-2/+2
2020-07-25Replace references to ConsoleKit with elogindA. Wilcox2-3/+3
2020-07-22Add initial MIPS port, sans automatic partitionerA. Wilcox3-0/+45
Help with the automatic partitioner by parties interested in the MIPS ports of Adélie (and/or Alpine and/or postmarketOS) would be very desirable. I'm only currently aware myself of how to partition SGI MIPS64 machines. My gut tells me we probably need the `subarch` system like for PPC64, but I am not sure how non-SGI MIPS64 machines need to be partitioned.
2020-07-21devel: script: Add JSON referenceA. Wilcox2-2/+455
2020-07-10hscript: Use curr_name; work around Alpine bugA. Wilcox1-5/+10
On some Alpine systems, '/dev/stdin' cannot be canonicalised. We work around this by hardcoding "<stdin>" as the internal name for scripts read from stdin, similar to Python. This change also ensures messages generated from the parser itself use curr_name (the canonicalised name) instead of the name passed to the Script object.
2020-07-06Release version 0.9.30.9.3A. Wilcox1-0/+89