Skip to content

Commit

Permalink
Add new path to ignore docker subvolume
Browse files Browse the repository at this point in the history
Many distributions now use "@" as the default subvolume.
Add the following path "@/var/lib/docker" to ignore the docker subvolume.
Fix: #110
  • Loading branch information
Antynea committed Oct 3, 2020
1 parent 9a771d9 commit 6af193c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6af193c

Please sign in to comment.