summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2024-03-10 16:25:48 +0100
committerHolger Paradies <retabell@gmx.de>2024-03-10 18:50:40 +0100
commit61233817d8f2089e8b0a85f37b7e7d44d0409f59 (patch)
treeb6177810a1b8a211d872cb76586b3c8a10517b3b
parent9a4565c6895104dc1f09eef40a94ce0bafbaadac (diff)
downloadkanotix-61233817d8f2089e8b0a85f37b7e7d44d0409f59.zip
kanotix-61233817d8f2089e8b0a85f37b7e7d44d0409f59.tar.gz
Add bookworm to auto-config
-rwxr-xr-xauto/config7
1 files changed, 7 insertions, 0 deletions
diff --git a/auto/config b/auto/config
index 4567a15..f81c291 100755
--- a/auto/config
+++ b/auto/config
@@ -123,6 +123,13 @@ bullseye)
i386) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="686-pae";;
esac
;;
+bookworm)
+ LB_REPOSITORIES+="slowfire acritoxinstaller-qt4"
+ 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
+ ;;
*)
LB_REPOSITORIES+="spitfire steelfire silverfire speedfire"
case $LB_ARCHITECTURE in