mirror of
https://github.com/Antynea/grub-btrfs.git
synced 2026-08-24 01:03:15 +08:00
Attempt to fix ignore specific path (#102)
* Attempt to fix ignore specific path Attempt to fix ignore specific path #100 * Update config
This commit is contained in:
2
config
2
config
@@ -53,7 +53,7 @@
|
||||
# You can combine them
|
||||
# use : GRUB_BTRFS_IGNORE_SPECIFIC_PATH=("@var/lib/docker" "var/lib/docker")
|
||||
# Default:
|
||||
GRUB_BTRFS_IGNORE_SPECIFIC_PATH=("@" "var/lib/docker" "@var/lib/docker")
|
||||
GRUB_BTRFS_IGNORE_SPECIFIC_PATH=("var/lib/docker" "@var/lib/docker")
|
||||
|
||||
# Snapper's config name to use
|
||||
# Default: "root"
|
||||
|
||||
Reference in New Issue
Block a user