Skip to content

Releases: archlinux/archinstall

v0.2-beta

27 Nov 20:42
434daea
Compare
Choose a tag to compare
v0.2-beta Pre-release
Pre-release

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

14 Nov 12:29
Compare
Choose a tag to compare
v0.1-beta Pre-release
Pre-release

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

13 Nov 13:30
4f6b6ce
Compare
Choose a tag to compare
v0.0.2-alpha Pre-release
Pre-release

Fixes a temporary issue with systemd:
systemd/systemd#13603 (comment)

v0.0.1-alpha

25 Sep 16:24
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

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.