Skip to content

Commit 2fcfbe9

Browse files
authored
Ignore Podman container images (#380)
Same basic pattern as with Docker, but Podman uses a slightly different path for this
1 parent 9e17128 commit 2fcfbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ GRUB_BTRFS_IGNORE_SPECIFIC_PATH=("@")
7474
# Any path starting with the specified string will be ignored.
7575
# e.g : if `prefix path` = @, all snapshots beginning with "@/..." will be ignored.
7676
# Default: ("var/lib/docker" "@var/lib/docker" "@/var/lib/docker")
77-
GRUB_BTRFS_IGNORE_PREFIX_PATH=("var/lib/docker" "@var/lib/docker" "@/var/lib/docker")
77+
GRUB_BTRFS_IGNORE_PREFIX_PATH=("var/lib/docker" "@var/lib/docker" "@/var/lib/docker" "var/lib/containers" "@var/lib/containers" "@/var/lib/containers")
7878

7979
# Ignore specific type/tag of snapshot during run "grub-mkconfig".
8080
# For snapper:

0 commit comments

Comments
 (0)