Skip to content
Snippets Groups Projects
Commit 867e3c55 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

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.
parent 81bb9b66
No related branches found
No related tags found
No related merge requests found
...@@ -594,8 +594,7 @@ (define etc-rpc ...@@ -594,8 +594,7 @@ (define etc-rpc
(boot (add-text-to-store store "boot" (boot (add-text-to-store store "boot"
(object->string (object->string
`(execl ,dmd-file "dmd" `(execl ,dmd-file "dmd"
"--config" ,dmd-conf)) "--config" ,dmd-conf))))
(list out)))
(entries (list (menu-entry (entries (list (menu-entry
(label (string-append (label (string-append
"GNU System with Linux-Libre " "GNU System with Linux-Libre "
......
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