From f0bfcbad56dd9a8d57cbb94d4548d346c7a0a526 Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Fri, 11 Jul 2025 21:22:28 -0400 Subject: [PATCH] Added '--components=main,non-free-firmware,contrib' for 'mmdebstrap' --- partition.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/partition.sh b/partition.sh index 90d03c3..a5ccfa0 100755 --- a/partition.sh +++ b/partition.sh @@ -435,6 +435,7 @@ if [[ "${ID}" == 'elementary' ]]; then elif [[ "${ID}" == 'debian' ]]; then mmdebstrap \ --skip=check/empty \ + --components=main,non-free-firmware,contrib \ --include=console-setup \ --include=cryptsetup \ --include=curl \