diff options
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 6 |
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 |