From 6af193c47a2f6d259daeea5efffb93484eb52211 Mon Sep 17 00:00:00 2001 From: Antynea Date: Sat, 3 Oct 2020 12:51:51 +0200 Subject: [PATCH] Add new path to ignore docker subvolume Many distributions now use "@" as the default subvolume. Add the following path "@/var/lib/docker" to ignore the docker subvolume. Fix: #110 --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index 82a8a3e..f5003a6 100644 --- a/config +++ b/config @@ -61,8 +61,8 @@ # use : GRUB_BTRFS_IGNORE_SPECIFIC_PATH=("@var/lib/docker"); # You can combine them # use : GRUB_BTRFS_IGNORE_SPECIFIC_PATH=("@var/lib/docker" "var/lib/docker") -# Default: ("var/lib/docker" "@var/lib/docker") and "@" subvolume is hardcode. -GRUB_BTRFS_IGNORE_SPECIFIC_PATH=("var/lib/docker" "@var/lib/docker") +# Default: ("var/lib/docker" "@var/lib/docker" "@/var/lib/docker") and "@" subvolume is hardcode. +GRUB_BTRFS_IGNORE_SPECIFIC_PATH=("var/lib/docker" "@var/lib/docker" "@/var/lib/docker") # By default "grub-btrfs" automatically detects your boot partition, # either located at the system root or on a separate partition,