diff --git a/gnu/system/grub.scm b/gnu/system/grub.scm index 85a9fca9ff6fa9c0f9c05a3f40fcdc59f39c90a1..41f45f1558c19e4439b89483b5ed6be8c671e7a6 100644 --- a/gnu/system/grub.scm +++ b/gnu/system/grub.scm @@ -49,7 +49,7 @@ (define-record-type* <grub-configuration> (menu-entries grub-configuration-menu-entries ; list (default '())) (default-entry grub-configuration-default-entry ; integer - (default 1)) + (default 0)) (timeout grub-configuration-timeout ; integer (default 5)))