diff options
author | Holger Paradies <retabell@gmx.de> | 2025-05-23 16:23:14 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2025-05-24 09:42:49 +0200 |
commit | 2de392f0d47fc5bdc2474e921610daafb6409107 (patch) | |
tree | ea4e30d0c5d1cdd94c0ec2e62494498467fbdd3c /config/chroot_local-hooks/03-towelfire-fixes | |
parent | 156db200ec022d029cde013e1f659ece66e2988e (diff) | |
download | kanotix-2de392f0d47fc5bdc2474e921610daafb6409107.zip kanotix-2de392f0d47fc5bdc2474e921610daafb6409107.tar.gz |
TF enhance previous commit
Diffstat (limited to 'config/chroot_local-hooks/03-towelfire-fixes')
-rwxr-xr-x | config/chroot_local-hooks/03-towelfire-fixes | 3 |
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 |