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.
master
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"
(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 "