Skip to content
Snippets Groups Projects
Commit 2f7f3200 authored by Mark H Weaver's avatar Mark H Weaver
Browse files

system: grub: Change the default default-entry to 0.

* gnu/system/grub.scm (<grub-configuration>)[default-entry]: Change the
  default to 0.
parent e69a4dd0
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ (define-record-type* <grub-configuration> ...@@ -49,7 +49,7 @@ (define-record-type* <grub-configuration>
(menu-entries grub-configuration-menu-entries ; list (menu-entries grub-configuration-menu-entries ; list
(default '())) (default '()))
(default-entry grub-configuration-default-entry ; integer (default-entry grub-configuration-default-entry ; integer
(default 1)) (default 0))
(timeout grub-configuration-timeout ; integer (timeout grub-configuration-timeout ; integer
(default 5))) (default 5)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment