Skip to content

Releases: stevleibelt/arch-linux-configuration

future fennec

08 Jun 08:11
dbb16d7
Compare
Choose a tag to compare

Unforgettable Udo

08 Jun 08:08
a2d7e33
Compare
Choose a tag to compare

Added

  • Added option to create an unencrypted zroot
  • ZFS Install
    • Added support for install.dist.conf
  • Started help section
  • Added selection of archzfs-dkms or archzfs-linux[-lts] should be installed

Changed

  • Fixed issue/2
  • Fixed issue with $zpoolname in the mkinitcpio.conf generation
  • Fixed issue when configuring dns
  • Fixed issue when configuring network by using NetworkManager
  • Fixed issue when removing existing user
  • Changed where the configuration is done
    • Configuration is now done in 01-configure.sh
    • You can execute 02-install.sh without any previously done configuration, install.dist.conf is then used

Trolling three

10 Jan 08:42
Compare
Choose a tag to compare

Updated code base with latest code from upstream.

1.0.0

06 Sep 08:52
Compare
Choose a tag to compare

1.0.0 - released at 20220820

Added

  • Added LICENCE
  • ZFS Install
    • Added asking for zpool name
    • Added asking for keymap
    • Added asking for locale
    • Added asking for timezone
    • Added asking to configure networking
    • Added asking to configure dns
    • Added asking for kernel (linux or linux-lts)
    • Added usage of install.conf file to ease up multiple runs of the script (yep, perfect if you have to develop this script)
    • Added support for networkmanager configuration
    • Added prefix of >>:: << on each print-output
    • Added automatic detection of ucode package file (currently only amd and intel are supported)
  • This CHANGELOG

Changed

  • Updated README.md
  • ZFS Install
    • Added switch to either install amd or intel ucode
    • Added check to only configure intel gpu modules when intel gpu is on the system
    • Moved installation of iwd and wpa_supplicant into section "configure networking"