From 6930eff7d229060cb840666f11672a869bda1af2 Mon Sep 17 00:00:00 2001 From: backbone Date: Wed, 25 Jan 2023 02:13:45 +0300 Subject: [PATCH] move --oldconfig to config --- etc/gentoo-upgrade.conf | 2 +- sbin/kernel-rebuild.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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