diff options
-rwxr-xr-x | auto/config | 13 | ||||
-rwxr-xr-x | config/chroot_local-hooks/03-towelfire-fixes | 6 | ||||
-rw-r--r-- | config/lists/base | 17 | ||||
-rw-r--r-- | config/lists/kanotix-eeepc4G | 16 | ||||
-rw-r--r-- | config/lists/kanotix-kde-master | 2 | ||||
-rw-r--r-- | config/lists/kanotix-lxde-full | 2 | ||||
-rw-r--r-- | config/repositories/kernel-pae | 2 |
7 files changed, 56 insertions, 2 deletions
diff --git a/auto/config b/auto/config index e0fb4cd..ecb7f73 100755 --- a/auto/config +++ b/auto/config @@ -48,7 +48,7 @@ bullseye) KSECURITY="true" ;; *) - KDEBOOTSTRAPOPTIONS="--include=apt-transport-https,ca-certificates,gpg,gpg-agent,mime-support --exclude=nano" + KDEBOOTSTRAPOPTIONS="--include=apt-transport-https,ca-certificates,gpg,gpg-agent,mailcap,media-types --exclude=nano" ;; esac @@ -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/lists/base b/config/lists/base index 05d35d2..207edb6 100644 --- a/config/lists/base +++ b/config/lists/base @@ -9,6 +9,8 @@ sudo #nif DISTRIBUTION wheezy jessie stretch buster bullseye polkitd pkexec +#endif +#if DISTRIBUTION bookworm polkitd-pkla #endif @@ -152,7 +154,12 @@ libcups2:i386 module-assistant build-essential fakeroot +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm libstdc++5 +#endif +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +libstdc++6 +#endif bzip2 cdbs dkms @@ -160,7 +167,13 @@ devscripts pbuilder # system +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm cpufrequtils +#endif +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +linux-cpupower +#endif + #if DISTRIBUTION wheezy jessie stretch buster hddtemp #endif @@ -242,6 +255,10 @@ zram #if DISTRIBUTION squeeze wheezy jessie stretch buster bullseye bookworm httpfs2 #endif +# support for appimages +#nif DISTRIBUTION squeeze wheezy jessie stretch buster bullseye bookworm +libfuse2t64 +#endif # filesystem tools parted diff --git a/config/lists/kanotix-eeepc4G b/config/lists/kanotix-eeepc4G index 5220366..67c5806 100644 --- a/config/lists/kanotix-eeepc4G +++ b/config/lists/kanotix-eeepc4G @@ -20,6 +20,8 @@ sudo #nif DISTRIBUTION wheezy jessie stretch buster bullseye polkitd pkexec +#endif +#if DISTRIBUTION bookworm polkitd-pkla #endif @@ -128,7 +130,12 @@ cups-client module-assistant build-essential fakeroot +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm libstdc++5 +#endif +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +libstdc++6 +#endif bzip2 cdbs dkms @@ -136,7 +143,12 @@ devscripts pbuilder # system +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm cpufrequtils +#endif +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +linux-cpupower +#endif #if DISTRIBUTION wheezy jessie stretch buster hddtemp #endif @@ -209,6 +221,10 @@ zram #if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm httpfs2 #endif +# support for appimages +#nif DISTRIBUTION wheezy jessie stretch buster bullseye bookworm +libfuse2t64 +#endif # filesystem tools parted diff --git a/config/lists/kanotix-kde-master b/config/lists/kanotix-kde-master index b9f5a7a..c39c9f7 100644 --- a/config/lists/kanotix-kde-master +++ b/config/lists/kanotix-kde-master @@ -27,7 +27,9 @@ kaffeine # graphics gimp +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm gimp-gutenprint +#endif xsane #if DISTRIBUTION wheezy jessie stretch libsane-extras diff --git a/config/lists/kanotix-lxde-full b/config/lists/kanotix-lxde-full index 88a2152..585f947 100644 --- a/config/lists/kanotix-lxde-full +++ b/config/lists/kanotix-lxde-full @@ -16,7 +16,9 @@ me-tv # graphics gimp +#if DISTRIBUTION wheezy jessie stretch buster bullseye bookworm gimp-gutenprint +#endif xsane #if DISTRIBUTION wheezy jessie stretch libsane-extras 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 |