diff options
Diffstat (limited to 'config')
-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 |
6 files changed, 45 insertions, 0 deletions
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 |