From aafbd7ef8f71f6e259d98b0b3fdaffdddae98bcf Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Fri, 11 Jul 2025 21:01:42 -0400 Subject: [PATCH] MAde all packages for `--include` in `mmdebstrap` one line --- partition.sh | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/partition.sh b/partition.sh index d53acca..13555e8 100755 --- a/partition.sh +++ b/partition.sh @@ -435,23 +435,7 @@ if [[ "${ID}" == 'elementary' ]]; then elif [[ "${ID}" == 'debian' ]]; then mmdebstrap \ --skip=check/empty \ - --include=console-setup,\ - cryptsetup,\ - curl,\ - dpkg-dev,\ - efibootmgr,\ - ethtool,\ - firmware-{ast,atheros,bnx{2,2x},brcm80211,ipw2x00,iwlwifi,libertas,linux,realtek,zd1211},\ - flatpak,\ - keyboard-configuration,\ - linux-{headers,image}-amd64,\ - locales,\ - nano,\ - network-manager,\ - openssh-{client,server},\ - popularity-contest,\ - printer-driver-all,\ - tasksel \ + --include=console-setup,cryptsetup,curl,dpkg-dev,efibootmgr,ethtool,firmware-{ast,atheros,bnx{2,2x},brcm80211,ipw2x00,iwlwifi,libertas,linux,realtek,zd1211},flatpak,keyboard-configuration,linux-{headers,image}-amd64,locales,nano,network-manager,openssh-{client,server},popularity-contest,printer-driver-all,tasksel \ "${VERSION_CODENAME}" \ /mnt fi