diff --git a/testing/scripts/build-guestkernel b/testing/scripts/build-guestkernel index f7f3cce61..0c38b7b98 100755 --- a/testing/scripts/build-guestkernel +++ b/testing/scripts/build-guestkernel @@ -43,7 +43,10 @@ then fi fi -execute "cp $KERNELCONFIG .config" 0 +if [ ! -f .config ] +then + execute "cp $KERNELCONFIG .config" 0 +fi echo "Creating kernel configuration, you might get prompted for new parameters" make oldconfig 2>&1 | tee -a $LOGFILE