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
|
@ -594,8 +594,7 @@ You can log in as 'guest' or 'root' with no password.
|
|||
(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 New Issue