Skip to content

Releases: Biosias/uefi-mkconfig

v3.1

20 Oct 21:16
610c414
Compare
Choose a tag to compare

Changelog:

  1. Fixed bug with loading kernel commandline arguments from default config file

v3.0

17 Oct 19:14
610ae47
Compare
Choose a tag to compare

Changelog:

  1. Added suport for customization of entry label templates
  2. Added new format of the configuration file
  3. Added ability to only add entries for the most recent version of the available kernel
  4. Added new default entry label template
  5. Added limit for the entry label template length to increase compatibility

v2.3

27 Aug 20:41
ec907ab
Compare
Choose a tag to compare

Changelog:

  1. Fixed issue from #21
  2. Added option for ignoring chosen initramfs images

v2.2

19 Jul 12:04
ceaa94a
Compare
Choose a tag to compare

Changelog:

  1. Fixed using default partition gpt id when creating efi entry

v2.1

16 Jul 21:58
4098f32
Compare
Choose a tag to compare

Changelog:

  1. Fixed entries not generating when efistub and UKI are present at the same time on mounted EFI partition

v2.0

15 Jul 13:21
90a61dc
Compare
Choose a tag to compare

Changelog:

  1. Fixed entry duplication when using multiple EFI partitions
  2. Fixed performance problems when using uefi-mkconfig on older hardware
  3. Added mitigation for a quirk os some uefi firmware which ignored bootorder and used just the boot ID in ascending order as a bootorder
  4. Major code refactoring and optimizations
  5. Code is now more vocal about errors and checks for more conditions which could lead to errors
  6. Added ability to add Backup UEFI entry
  7. Removed usage of /proc/cmdline in case configuration isn't found
  8. Usage of uefi-mkconfig configuration is now enforced
  9. Updated readme documentation
  10. Fixed problems with kernel images marked with -old
  11. Added better UEFI entry labling

v1.6

15 May 10:55
2c34ca3
Compare
Choose a tag to compare

Changes:

  1. Add feature for ignoring chosen kernels

v1.5

21 Apr 13:34
5f29eb1
Compare
Choose a tag to compare

Changes:

  1. Added more robust sorting of kernel versions
  2. Added more robust discovery of kernel images
  3. Added automatic sourcing of distro prefixes to avoid hardcoding them
  4. Added more warnings and made the script more verbose in general
  5. Updated the documentation

v1.4

03 Apr 07:59
Compare
Choose a tag to compare
Some minor additional changes

v1.3

26 Mar 08:58
Compare
Choose a tag to compare
Removing debug comments