From 867e3c5553515e74ea2263a430bae4c337f4b84c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Fri, 27 Sep 2013 21:06:35 +0200
Subject: [PATCH] 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.
---
 gnu/system/vm.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index e4b663b37ad..32322b27e64 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -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 "
-- 
GitLab