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 \