diff options
author | Holger Paradies <retabell@gmx.de> | 2025-05-05 21:30:09 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2025-05-05 21:35:27 +0200 |
commit | 2d7e551c3bef24d82bc0a03ae87247dc86c45286 (patch) | |
tree | 952ef545573b71ac61789da4e829b2df3f2f46e1 /auto/config | |
parent | 43487bd45e86603d841d6d233029e181fcfce615 (diff) | |
download | kanotix-2d7e551c3bef24d82bc0a03ae87247dc86c45286.zip kanotix-2d7e551c3bef24d82bc0a03ae87247dc86c45286.tar.gz |
build with pae kernel from bookworm
Diffstat (limited to 'auto/config')
-rwxr-xr-x | auto/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/auto/config b/auto/config index e770a45..ecb7f73 100755 --- a/auto/config +++ b/auto/config @@ -134,7 +134,8 @@ trixie) LB_REPOSITORIES+="acritoxinstaller-qt4 towelfire" case $LB_ARCHITECTURE in amd64) LB_LINUX_PACKAGES="linux-image linux-headers"; LB_LINUX_FLAVOURS="amd64";; - i386) LB_LINUX_PACKAGES="linux-image"; LB_LINUX_FLAVOURS="686-pae";; + i386) LB_REPOSITORIES+=" kernel-pae" + LB_LINUX_PACKAGES="linux-image"; LB_LINUX_FLAVOURS="686-pae";; esac ;; |