summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2021-12-05 10:22:44 +0100
committerHolger Paradies <retabell@gmx.de>2024-02-11 17:34:00 +0100
commit1aaec37399f3dde03e0a5044df3b16855ad9cdc8 (patch)
tree5f454070fa18bfa0735d39dd7404664c588495e9
parentadac2e7c64f52ab8f72186ebb5eb877594085914 (diff)
downloadkanotix-1aaec37399f3dde03e0a5044df3b16855ad9cdc8.zip
kanotix-1aaec37399f3dde03e0a5044df3b16855ad9cdc8.tar.gz
Add debpool build option to config
-rwxr-xr-xauto/config6
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/config b/auto/config
index 52638f8..8e41f5f 100755
--- a/auto/config
+++ b/auto/config
@@ -176,6 +176,12 @@ if grep -wq gfxdetect <<<"$LB_PACKAGES_LISTS"; then
LB_LINUX_FLAVOURS="generic"
fi
+# Build with debpool
+if grep -wq debpool <<<"$LB_PACKAGES_LISTS"; then
+ mkdir -p config/chroot_debpool
+ cp -rf config/prepare_debpool/* config/chroot_debpool/
+fi
+
lb config noauto --linux-packages "$LB_LINUX_PACKAGES" --linux-flavours "$LB_LINUX_FLAVOURS" --repositories "$LB_REPOSITORIES"
# Fetch kanotix-scripts if necessary