diff --git a/mrgkernel.sh b/mrgkernel.sh index 59d7c8f..30cf494 100755 --- a/mrgkernel.sh +++ b/mrgkernel.sh @@ -12,7 +12,6 @@ DIR="/usr/src/" PREFIX='linux-' EXTENSION='.tar.xz' MAINLINE=1 -SHOW_MENU_CONFIG=0 CURRENT_VERSION=`uname -r` # Function to script script if step fail @@ -67,11 +66,6 @@ isPreviousStepOk make oldconfig isPreviousStepOk -# Show kernel menu -if [ ${SHOW_MENU_CONFIG} -eq 1 ]; then - make menuconfig -fi - # Build kernel make -j$(nproc)