From 867e3c5553515e74ea2263a430bae4c337f4b84c Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 27 Sep 2013 21:06:35 +0200 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index e4b663b37a..32322b27e6 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 " -- cgit v1.2.3