v3.4
1- Override boot partition detection (#54)
- Add new option
- GRUB_BTRFS_OVERRIDE_BOOT_PARTITION_DETECTION="false"
- Change to "true" if you have a boot partition in a different subvolume
-
Corrects indentation
-
Update readme
GRUB_BTRFS_OVERRIDE_BOOT_PARTITION_DETECTION="false"
(Change to "true" if you have a boot partition in a different subvolume)
2- Make 'grub-mkconfig' command name configurable (#56)
- Use 'grub-mkconfig' as the default
- Note that some systems use 'grub2-mkconfig'
- Update 10-update_grub.conf to use the configurable grub directory name
- Refactor the systemd commands for clarity and to avoid duplicate regeneration on first run
- Update check_uuid_required() to work for partial regeneration of the GRUB menu