move --oldconfig to config
This commit is contained in:
parent
dd69fd9e42
commit
6930eff7d2
|
@ -1,6 +1,6 @@
|
|||
EGENCACHE=FALSE
|
||||
ECLEAN_DISTFILES=TRUE
|
||||
GENKERNEL_ARGS="--microcode=all"
|
||||
GENKERNEL_ARGS="--microcode=all --oldconfig"
|
||||
PYTHON_ESELECT=FALSE
|
||||
RW_REMOUNT='/boot'
|
||||
RO_REMOUNT='/boot'
|
||||
|
|
|
@ -34,7 +34,6 @@ while true ; do
|
|||
esac
|
||||
done
|
||||
|
||||
GENKERNEL_ARGS="$GENKERNEL_ARGS --oldconfig"
|
||||
[ "$SILENT" != "true" ] && GENKERNEL_ARGS="$GENKERNEL_ARGS --menuconfig"
|
||||
[ "$MRPROPER" == "true" ] && GENKERNEL_ARGS="$GENKERNEL_ARGS --mrproper"
|
||||
which genkernel &>/dev/null || USE_GENKERNEL=false
|
||||
|
|
Loading…
Reference in New Issue