From cd2a1bb748ad0f8ba255f136e81afb6676ffad4c Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 17 Oct 2025 22:53:48 +0200 Subject: kbuild: Prefer grub2-mkconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- bin/kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/kbuild b/bin/kbuild index 0c6e6b0..38093f3 100755 --- a/bin/kbuild +++ b/bin/kbuild @@ -316,7 +316,7 @@ EXT \$EDITOR /etc/grub.d/40_custom # And update grub itself. -update-bootloader +grub2-mkconfig -o /boot/grub2/grub.cfg SCRIPT ;; *) -- cgit v1.2.3