Skip to content

Latest commit

 

History

History
111 lines (82 loc) · 4.2 KB

CHANGELOG.md

File metadata and controls

111 lines (82 loc) · 4.2 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Open]

To Add

zfsbootmenu

To Change

  • Move install.conf creation out of 02-installation.sh and put it in 01-configuration.sh
    • Create a install.dist.conf that is used in 02-installation.sh if install.conf is not available
  • Solve locale grub : https://forums.archlinux.fr/viewtopic.php?t=13830

[Unreleased]

Added

Changed

2.0.1 - released at 20230608

Changed

2.0.0 - released at 20230608

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

1.1.0 - released at 20230101

Changed

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"