diff options
-rwxr-xr-x | auto/config | 11 | ||||
-rwxr-xr-x | config/chroot_local-hooks/03-towelfire-fixes | 6 | ||||
-rw-r--r-- | config/repositories/kernel-pae | 2 |
3 files changed, 18 insertions, 1 deletions
diff --git a/auto/config b/auto/config index 06fd9b5..ecb7f73 100755 --- a/auto/config +++ b/auto/config @@ -124,12 +124,21 @@ bullseye) esac ;; bookworm) - LB_REPOSITORIES+="slowfire acritoxinstaller-qt4" + LB_REPOSITORIES+="acritoxinstaller-qt4 slowfire" case $LB_ARCHITECTURE in amd64) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="amd64";; i386) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="686-pae";; esac ;; +trixie) + LB_REPOSITORIES+="acritoxinstaller-qt4 towelfire" + case $LB_ARCHITECTURE in + amd64) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="amd64";; + i386) LB_REPOSITORIES+=" kernel-pae" + LB_LINUX_PACKAGES="linux-image"; LB_LINUX_FLAVOURS="686-pae";; + esac + ;; + *) LB_REPOSITORIES+="spitfire steelfire silverfire speedfire" case $LB_ARCHITECTURE in diff --git a/config/chroot_local-hooks/03-towelfire-fixes b/config/chroot_local-hooks/03-towelfire-fixes index e2337d8..5665577 100755 --- a/config/chroot_local-hooks/03-towelfire-fixes +++ b/config/chroot_local-hooks/03-towelfire-fixes @@ -42,6 +42,12 @@ cat <<"EOF" >/etc/skel/.gtkrc-2.0 gtk-theme-name = "Clearlooks-Phenix" EOF +# disable apt pager +echo 'Binary::apt::Pager "false";' > /etc/apt/apt.conf.d/98-nopager + +# add scale factor for qt defaults to 100% +echo "QT_SCALE_FACTOR=1.0" >>/etc/environment + # powermanager fix new values since buster mkdir -p /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml diff --git a/config/repositories/kernel-pae b/config/repositories/kernel-pae new file mode 100644 index 0000000..8f18f6e --- /dev/null +++ b/config/repositories/kernel-pae @@ -0,0 +1,2 @@ +# Debian bookworm security +deb [signed-by=/usr/share/keyrings/debian-archive-keyring.gpg] http://security.debian.org bookworm-security/updates main contrib non-free |