From 2de392f0d47fc5bdc2474e921610daafb6409107 Mon Sep 17 00:00:00 2001 From: Holger Paradies Date: Fri, 23 May 2025 16:23:14 +0200 Subject: TF enhance previous commit --- config/chroot_local-hooks/03-towelfire-fixes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/chroot_local-hooks/03-towelfire-fixes b/config/chroot_local-hooks/03-towelfire-fixes index a65bfc4..29c4123 100755 --- a/config/chroot_local-hooks/03-towelfire-fixes +++ b/config/chroot_local-hooks/03-towelfire-fixes @@ -46,12 +46,13 @@ EOF echo 'Binary::apt::Pager "false";' > /etc/apt/apt.conf.d/98-nopager # pin bookworm security pin + if [ -x /var/lib/dpkg/info/linux-image-686-pae.preinst ]; then cat <<"EOF" >/etc/apt/preferences.d/pae Package: * Pin: release n=bookworm-security Pin-Priority: 100 EOF - + fi # add scale factor for qt defaults to 100% echo "QT_SCALE_FACTOR=1.0" >>/etc/environment -- cgit v1.0