mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
system: grub: Change the default default-entry to 0.
* gnu/system/grub.scm (<grub-configuration>)[default-entry]: Change the default to 0.
This commit is contained in:
parent
e69a4dd047
commit
2f7f32003f
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue