From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1doSUf-00034r-UN for guix-patches@gnu.org; Sun, 03 Sep 2017 06:51:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1doSUb-0001pX-Gm for guix-patches@gnu.org; Sun, 03 Sep 2017 06:51:10 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36167) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1doSUb-0001p8-Dp for guix-patches@gnu.org; Sun, 03 Sep 2017 06:51:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1doSUb-0004QA-6u for guix-patches@gnu.org; Sun, 03 Sep 2017 06:51:05 -0400 Subject: [bug#28288] [PATCH 4/5] vm: Call iso9660-image with #:register-closures? as #t. Resent-Message-ID: From: Christopher Baines Date: Sun, 3 Sep 2017 11:50:40 +0100 Message-Id: <20170903105041.2925-4-mail@cbaines.net> In-Reply-To: <20170903105041.2925-1-mail@cbaines.net> References: <20170903105041.2925-1-mail@cbaines.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 28288@debbugs.gnu.org * gnu/system/vm.scm (system-disk-image): Call iso9660-image with #:register-closures? as #t. --- gnu/system/vm.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index fc55935aa..9cd973385 100644 --- a/gnu/system/vm.scm +++ b/gnu/system/vm.scm @@ -399,6 +399,7 @@ to USB sticks meant to be read-only." #:file-system-label root-label #:file-system-uuid #f #:os-drv os-drv + #:register-closures? #t #:bootcfg-drv bootcfg #:bootloader (bootloader-configuration-bootloader (operating-system-bootloader os)) -- 2.14.1