diff --git a/etc/gentoo-upgrade.conf b/etc/gentoo-upgrade.conf index 63c3b28..b828f9b 100644 --- a/etc/gentoo-upgrade.conf +++ b/etc/gentoo-upgrade.conf @@ -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' diff --git a/sbin/kernel-rebuild.sh b/sbin/kernel-rebuild.sh index ebb8a7d..5b32a07 100755 --- a/sbin/kernel-rebuild.sh +++ b/sbin/kernel-rebuild.sh @@ -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