From 95d398d631f8c89abd038b80bd17073531b07c07 Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Thu, 19 Nov 2020 03:06:01 +0100 Subject: [PATCH] Add hack to get rid of termit from the live image Maybe this works as a temporary fix. --- config/hooks/normal/05-package-hacks.chroot | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 config/hooks/normal/05-package-hacks.chroot diff --git a/config/hooks/normal/05-package-hacks.chroot b/config/hooks/normal/05-package-hacks.chroot new file mode 100755 index 0000000..879b097 --- /dev/null +++ b/config/hooks/normal/05-package-hacks.chroot @@ -0,0 +1,7 @@ +#!/bin/sh +set -e + +# remove unwanted packages which are installed due to +# recommends/resolver issues +apt-get purge -y termit +apt-get --purge -y autoremove