Skip to content

Releases: Antynea/grub-btrfs

v4.0.1

15 Dec 02:45
091ffc0
Compare
Choose a tag to compare
  1. grub-btrfs.service :
    Change EnvironmentFile to match the new design of the configuration file. (#64)

  2. Readme :
    Update Arch Linux install instructions

v4.0

13 Dec 15:41
4c57fcb
Compare
Choose a tag to compare
  • Readme updated
  • localization no longer supported
  • New systemd service.
  • 41_snapshots-btrfs, ahead updated
  • Makefile added

v3.5.1

22 Nov 07:41
73a2bd3
Compare
Choose a tag to compare

Enhanced btrfs raid 0 detection (#58)

  • grub-probe should work properly with btrfs raid 0

Support snapper 0.7.1

23 Oct 22:30
Compare
Choose a tag to compare

Support snapper 0.7.1

v3.4

15 Aug 12:09
Compare
Choose a tag to compare

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

02 Jul 09:55
Compare
Choose a tag to compare

Add systemd.path as option to monitor for new Snapshots (#53)

  • Use systemd.path to regenerate grub-btrfs.cfg

  • Added option GRUB_BTRFS_DIRNAME

  • Updated README

v3.2

11 Jun 19:24
9b73e0a
Compare
Choose a tag to compare

Check uuid requirement. (#52) fix #47

  • Add new function to detect uuid requirement

  • More compatible (Lvm,etc...)

v3.1.1

20 Apr 16:11
b17e7bd
Compare
Choose a tag to compare

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

19 Apr 13:51
b8325cf
Compare
Choose a tag to compare

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

17 Apr 10:19
c5da401
Compare
Choose a tag to compare

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)