From 5b8989ac040d01a34de1ecf969ea556240b7e031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Mon, 16 Nov 2020 09:54:49 +0100 Subject: [PATCH] Added grub-mkconfig into update-kernel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- .local/bin/update-kernel | 1 + 1 file changed, 1 insertion(+) diff --git a/.local/bin/update-kernel b/.local/bin/update-kernel index 9ceee40..2c2fc2b 100755 --- a/.local/bin/update-kernel +++ b/.local/bin/update-kernel @@ -73,6 +73,7 @@ VMLINUZ="vmlinuz-$KERNEL-gentoo-x86_64" ifchecking $INITRANFS ifchecking $SYSTEMMAP ifchecking $VMLINUZ +sudo grub-mkconfig -o /boot/grub/grub.cfg } function ifchecking () {