From 2ddb6bdfb81ff19beeffc4eeb882ce7374e3bd49 Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Fri, 11 Jul 2025 21:28:39 -0400 Subject: [PATCH] Added '--format=directory' for 'mmdebstrap' --- partition.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/partition.sh b/partition.sh index 923e4e8..493e4e4 100755 --- a/partition.sh +++ b/partition.sh @@ -437,6 +437,7 @@ elif [[ "${ID}" == 'debian' ]]; then --skip=check/empty \ --components=main,non-free-firmware,contrib \ --mode=root \ + --format=directory \ --include=console-setup \ --include=cryptsetup \ --include=curl \