aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2025-10-17 22:53:48 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2025-10-23 10:28:12 +0200
commitcd2a1bb748ad0f8ba255f136e81afb6676ffad4c (patch)
tree87b32c4a21017fbdbc9b4d5350d4f0ef1e8cf796
parent906fbfdf9c876275dff609580387271a056cebe2 (diff)
downloaddotfiles-cd2a1bb748ad0f8ba255f136e81afb6676ffad4c.tar.gz
dotfiles-cd2a1bb748ad0f8ba255f136e81afb6676ffad4c.zip
kbuild: Prefer grub2-mkconfig
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
-rwxr-xr-xbin/kbuild2
1 files changed, 1 insertions, 1 deletions
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
;;
*)