From fc18016a9ef83f827f8559721c704d9454142dcb Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Fri, 11 Jul 2025 21:13:25 -0400 Subject: [PATCH] Put packages back on sepeate lines, each with their own `--include=` preceding them --- partition.sh | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/partition.sh b/partition.sh index 13555e8..90d03c3 100755 --- a/partition.sh +++ b/partition.sh @@ -435,7 +435,23 @@ 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 \ + --include=cryptsetup \ + --include=curl \ + --include=dpkg-dev \ + --include=efibootmgr \ + --include=ethtool \ + --include=firmware-{ast,atheros,bnx{2,2x},brcm80211,ipw2x00,iwlwifi,libertas,linux,realtek,zd1211} \ + --include=flatpak \ + --include=keyboard-configuration \ + --include=linux-{headers,image}-amd64 \ + --include=locales \ + --include=nano \ + --include=network-manager \ + --include=openssh-{client,server} \ + --include=popularity-contest \ + --include=printer-driver-all \ + --include=tasksel \ "${VERSION_CODENAME}" \ /mnt fi