diff --git a/roles/desktop-common/templates/grubconfig b/roles/desktop-common/templates/grubconfig index bf95809..8d0344d 100644 --- a/roles/desktop-common/templates/grubconfig +++ b/roles/desktop-common/templates/grubconfig @@ -9,6 +9,7 @@ GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET="true" GRUB_TIMEOUT=0 GRUB_TIMEOUT_STYLE=hidden +GRUB_RECORDFAIL_TIMEOUT=0 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX=""