From 5507cdfb40d3cee64cae64a11f6cf67c49df5d33 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 29 Jul 2022 12:08:34 -0500 Subject: [PATCH] Set GRUB_SAVEDEFAULT on grub role --- roles/grub/templates/grub.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/grub/templates/grub.conf b/roles/grub/templates/grub.conf index 8fafd47..2696124 100644 --- a/roles/grub/templates/grub.conf +++ b/roles/grub/templates/grub.conf @@ -1,5 +1,6 @@ # vim:ft=bash GRUB_DEFAULT="{{ grub_default }}" +GRUB_SAVEDEFAULT=true GRUB_HIDDEN_TIMEOUT="{{ grub_hidden_timeout }}" GRUB_HIDDEN_TIMEOUT_QUIET="{{ grub_hidden_timeout_quiet }}" GRUB_TIMEOUT="{{ grub_timeout }}"