mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: vm: Remove erroneous store reference.
* gnu/system/vm.scm (system-qemu-image): Remove reference from BOOT to MINGETTY since MINGETTY may not be valid yet.
This commit is contained in:
parent
81bb9b6665
commit
867e3c5553
1 changed files with 1 additions and 2 deletions
|
@ -594,8 +594,7 @@ (define etc-rpc
|
|||
(boot (add-text-to-store store "boot"
|
||||
(object->string
|
||||
`(execl ,dmd-file "dmd"
|
||||
"--config" ,dmd-conf))
|
||||
(list out)))
|
||||
"--config" ,dmd-conf))))
|
||||
(entries (list (menu-entry
|
||||
(label (string-append
|
||||
"GNU System with Linux-Libre "
|
||||
|
|
Loading…
Reference in a new issue