Releases: Antynea/grub-btrfs
v4.0.1
v4.0
v3.5.1
Support snapper 0.7.1
Support snapper 0.7.1
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
v3.3
v3.2
v3.1.1
The available configuration options along with their defaults are now described in 41_snapshots-btrfs_config
.
In addition to placing the configuration options to /etc/default/grub
, you can also now place them in /etc/grub.d/41_snapshots-btrfs_config
.
For example, copy the 41_snapshots-btrfs_config
to that location, uncomment and edit the options that you need.
v3.1
Fix: some functions doesn't work as expected (#48)
- Fix: Title format in grub-menu
function:
- title_format , doesn't work as expected
replace print message with default parameter (p/d/n)
- Update header
- Add Github link
- Clear up some explanations
- Fix: path to grub-mkconfig_lib
. "$pkgdatadir/grub-mkconfig_lib" doesn't work on some distribution
Replaced by . "$datarootdir/grub/grub-mkconfig_lib"
- Fix: matches kernel & initramfs
matches kernel & initramfs doesn't work as expected
v3.0.1
Update readme to v3.xx
GRUB_BTRFS_CREATE_ONLY_HARMONIZED_ENTRIES="true"
Doesn't exist anymore
GRUB_BTRFS_IGNORE_SPECIFIC_PATH=("var/lib/docker" "nosnapshot")
Delete "nosnapshot" it is confusing
New option available :
GRUB_BTRFS_DISABLE="true"
(Disable grub-btrfs)