diff --git a/phase4/linux.sh b/phase4/linux.sh index b9c42f6..aaa8867 100644 --- a/phase4/linux.sh +++ b/phase4/linux.sh @@ -7,6 +7,7 @@ make mrproper if [ -f /boot/$CONFIGFILE ] then cp /boot/$CONFIGFILE ./.config + make olddefconfig else make defconfig fi