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:
Ludovic Courtès 2013-09-27 21:06:35 +02:00
parent 81bb9b6665
commit 867e3c5553
1 changed files with 1 additions and 2 deletions

View File

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