fix sub volumes

This commit is contained in:
2025-11-18 23:04:04 -07:00
parent 692370ebf6
commit ec8d6cf988
5 changed files with 17 additions and 11 deletions

View File

@@ -31,5 +31,5 @@ if [ "$FS_TYPE" = "btrfs" ]; then
echo " * Btrfs detected nothing to do"
else
echo " * Not a Btrfs filesystem, removing snapper, btrfs-assistant"
chroot "$CHROOT" apt-get -y purge snapper btrfs-assistant
DEBIAN_FRONTEND=noninteractive chroot "$CHROOT" apt-get -y purge snapper btrfs-assistant
fi