operating-systems: buer: Reduce grub timeout to 1 second
parent
975459b542
commit
f89349fd0d
3
buer.scm
3
buer.scm
|
@ -8,7 +8,7 @@
|
||||||
(radix packages text-editors)
|
(radix packages text-editors)
|
||||||
(radix packages shells)
|
(radix packages shells)
|
||||||
(radix services admin)
|
(radix services admin)
|
||||||
(radix services linux)
|
(radix services pm)
|
||||||
(radix system setuid)
|
(radix system setuid)
|
||||||
(radix secrets)
|
(radix secrets)
|
||||||
(radix utils)
|
(radix utils)
|
||||||
|
@ -49,6 +49,7 @@
|
||||||
(bootloader-configuration
|
(bootloader-configuration
|
||||||
(bootloader grub-bootloader)
|
(bootloader grub-bootloader)
|
||||||
(targets `("/dev/sda"))
|
(targets `("/dev/sda"))
|
||||||
|
(timeout 1)
|
||||||
(theme (grub-theme
|
(theme (grub-theme
|
||||||
(image (file-append %artwork-repository
|
(image (file-append %artwork-repository
|
||||||
"/backgrounds/guix-silver-16-9.svg"))
|
"/backgrounds/guix-silver-16-9.svg"))
|
||||||
|
|
Loading…
Reference in New Issue