summaryrefslogtreecommitdiff
path: root/roles/raspios
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-09-10 18:59:12 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-09-10 18:59:12 +0200
commit94a5c548dd3b1409b562f7efaaa68b28a50415ab (patch)
tree1747d8570c3750e8e3146a792599a14bdbadb6b6 /roles/raspios
parentraspios: further cleanup default install (diff)
fix apt-repo handling and raspios image for armhf based installs
Diffstat (limited to 'roles/raspios')
-rw-r--r--roles/raspios/image/templates/firstrun.sh.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/raspios/image/templates/firstrun.sh.j2 b/roles/raspios/image/templates/firstrun.sh.j2
index 68b9ee1e..736d6aa1 100644
--- a/roles/raspios/image/templates/firstrun.sh.j2
+++ b/roles/raspios/image/templates/firstrun.sh.j2
@@ -35,7 +35,7 @@ systemctl disable hciuart.service
systemctl disable wpa_supplicant.service
export DEBIAN_FRONTEND=noninteractive
export SUDO_FORCE_REMOVE=yes
-apt-get purge -q -y userconf-pi avahi-daemon triggerhappy rsync dpkg-dev build-essential patch gdb make strace gpg ssh-import-id network-manager udisks2 p7zip p7zip-full sudo
+apt-get purge -q -y userconf-pi avahi-daemon triggerhappy rsync dpkg-dev patch gdb make strace ssh-import-id network-manager udisks2 p7zip p7zip-full sudo
apt-get autoremove -q -y
dpkg -l | grep "^rc" | awk "{ print(\$2) }" | xargs -r dpkg -P