Skip to content

Releases: Zaechus/artix-installer

2.2.0

04 May 20:23
Compare
Choose a tag to compare
  • Use swap file instead of swap partition
  • Remove LVM
  • Add basic support for other locales
  • Allow predefined variables before install.sh
  • Fix minor issues

Full Changelog: v2.1.0...v2.2.0

2.1.0

29 Jun 20:32
Compare
Choose a tag to compare
  • Adds support for the dinit init system.
  • Non-encrypted is now the default.

2.0.2

03 Mar 19:48
Compare
Choose a tag to compare

Use sfdisk instead of parted so the script doesn't have to use pacman to install any tools. Also advise the use of curl instead of installing and use git. Users will curl the latest release instead of cloning the latest commit.

2.0.1

02 Jan 22:50
dbb247d
Compare
Choose a tag to compare

The project is newly written in pure Bash and only asks for user input at the beginning of the program. Other details are automatically generated and implemented. Encrypted and non-encrypted installations of ext4 and Btrfs are supported. Support for rEFInd dropped.

What's Changed

  • merge experimental changes to remove manual editting and various prompt/options by @Zaechus in #12
  • merge bash rewrite and variable rewrite by @Zaechus in #13

Full Changelog: v1.0.0...v2.0.1

Stable 1.0

04 May 21:50
Compare
Choose a tag to compare

Differing from the original script made, this one only requires that you load the scripts and run ./install.sh.

The script supports both Btrfs and ext4 and both rEFInd and GRUB.

Many of the old manual tasks are now automated with the exception of needed inputs and some manual file editing.