move --oldconfig to config

This commit is contained in:
Kolan Sh 2023-01-25 02:13:45 +03:00
parent dd69fd9e42
commit 6930eff7d2
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
EGENCACHE=FALSE EGENCACHE=FALSE
ECLEAN_DISTFILES=TRUE ECLEAN_DISTFILES=TRUE
GENKERNEL_ARGS="--microcode=all" GENKERNEL_ARGS="--microcode=all --oldconfig"
PYTHON_ESELECT=FALSE PYTHON_ESELECT=FALSE
RW_REMOUNT='/boot' RW_REMOUNT='/boot'
RO_REMOUNT='/boot' RO_REMOUNT='/boot'

View File

@ -34,7 +34,6 @@ while true ; do
esac esac
done done
GENKERNEL_ARGS="$GENKERNEL_ARGS --oldconfig"
[ "$SILENT" != "true" ] && GENKERNEL_ARGS="$GENKERNEL_ARGS --menuconfig" [ "$SILENT" != "true" ] && GENKERNEL_ARGS="$GENKERNEL_ARGS --menuconfig"
[ "$MRPROPER" == "true" ] && GENKERNEL_ARGS="$GENKERNEL_ARGS --mrproper" [ "$MRPROPER" == "true" ] && GENKERNEL_ARGS="$GENKERNEL_ARGS --mrproper"
which genkernel &>/dev/null || USE_GENKERNEL=false which genkernel &>/dev/null || USE_GENKERNEL=false