From fcf09e2ffc6e43d2a3dd77ba45eb3279693b256c Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Fri, 11 Jul 2025 21:00:45 -0400 Subject: [PATCH] Added `--skip=check/empty` to `mmdebstrap` --- partition.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/partition.sh b/partition.sh index 2797b9e..d53acca 100755 --- a/partition.sh +++ b/partition.sh @@ -434,6 +434,7 @@ if [[ "${ID}" == 'elementary' ]]; then /mnt elif [[ "${ID}" == 'debian' ]]; then mmdebstrap \ + --skip=check/empty \ --include=console-setup,\ cryptsetup,\ curl,\