Releases: archlinux/archinstall
Releases · archlinux/archinstall
v0.2-beta
Main focus on cleaning up the __main__
code and putting things into functions so that the GUI can use the installation steps.
- Keep AUR support after installation is complete
- Phone Home feature, to signal to a master server when/if the installation is completed.
(TODO: Add a start call to the phone home, and possibly progress) - Fixes Issue #22, now shows the file format when listing multiple drives/partitions for selection.
- Reworked sys_command to more behave like a bash terminal being fed inputs
- Bunch of bugfixes, among them were empty drives (factory wiped disks) caused a crash
- Adds commands executed into a command-log
- Some more error handling (True / False returns from functions mainly)
v0.1-beta
Support added for:
- AUR instructions in templates (Slightly restricted to
yay
and"<instruction>" : {"runas" : "aibuilder"}
) - Support for switching git branch in instructions (primarily helps with debugging)
- Improved guided installation by not jumping to formatting directly, now gives a few seconds to abort if settings looks fishy.
Known issues:
--rerun
flag seams to be acting a bit weird, this is mainly used for debugging, so not a deal breaker.
v0.0.2-alpha
Fixes a temporary issue with systemd:
systemd/systemd#13603 (comment)
v0.0.1-alpha
Pre-alpha test release.
It works, but it ain't pretty.
Below is a binary compiled with nuitka3 archinstall.py --follow-imports
.
Haven't tested it, but putting it here for now.