From 86da63b0f33168e79bea57ceaff0e833fce3bf92 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Wed, 8 Oct 2014 15:25:38 +0200 Subject: [PATCH] extract_storage_kernel+modules.sh: Call pbuilder with --override-config pbuilder needs to be called with --override-config to set the APT sources.list to the values specified in the .pbuilderrc --- extract_storage_kernel+modules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract_storage_kernel+modules.sh b/extract_storage_kernel+modules.sh index 7c5cf41..0907bcb 100755 --- a/extract_storage_kernel+modules.sh +++ b/extract_storage_kernel+modules.sh @@ -120,7 +120,7 @@ sed -i -s "s|###|$|g" $BUILD_SCRIPT # # run $BUILD_SCRIPT in chroot environment # -sudo pbuilder --execute --bindmounts $TARGET_BASE -- $BUILD_SCRIPT +sudo pbuilder --execute --override-config --bindmounts $TARGET_BASE -- $BUILD_SCRIPT rm $BUILD_SCRIPT set +x -- 2.39.5