summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2025-05-23 16:23:14 +0200
committerHolger Paradies <retabell@gmx.de>2025-05-24 09:42:49 +0200
commit2de392f0d47fc5bdc2474e921610daafb6409107 (patch)
treeea4e30d0c5d1cdd94c0ec2e62494498467fbdd3c /config/chroot_local-hooks
parent156db200ec022d029cde013e1f659ece66e2988e (diff)
downloadkanotix-2de392f0d47fc5bdc2474e921610daafb6409107.zip
kanotix-2de392f0d47fc5bdc2474e921610daafb6409107.tar.gz
TF enhance previous commit
Diffstat (limited to 'config/chroot_local-hooks')
-rwxr-xr-xconfig/chroot_local-hooks/03-towelfire-fixes3
1 files changed, 2 insertions, 1 deletions
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