Skip to content

v4.2

Compare
Choose a tag to compare
@Antynea Antynea released this 12 Dec 14:55
· 193 commits to master since this release
27335ff

Snapper :

  • Add --no-dbus option to snapper list.
    In a chroot-ed environment, it is necessary to run snapper without dbus.
  • remove non numeric characters from snapshot id.

Improving the readme and config file

  • GRUB_BTRFS_IGNORE_SPECIFIC_PATH
    Addition of example in the description.
    grub-btrfs now ignores by default the /var/lib/docker folder and the @var/lib/docker subvolume.

Fixed incorrect path to the grub-btrfs.cfg file in Grub menu

  • Fix #72
    The submenu generated by "grub-btrfs" doesn't load in the "GRUB menu."
    Sometimes the Grub prefix and root variable don't match.
    This ensures that the prefix variable is used to load the grub-btrfs.cfg file.