From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#31757: 'guix system disk-image --format=iso9660' includes more than the OS closure Date: Tue, 26 Jun 2018 14:30:59 +0200 Message-ID: <874lhp6870.fsf@gnu.org> References: <87zi05mmy8.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXn8h-0001Il-3e for bug-guix@gnu.org; Tue, 26 Jun 2018 08:32:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXn8c-0003Zn-6r for bug-guix@gnu.org; Tue, 26 Jun 2018 08:32:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56054) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fXn8c-0003Zb-3U for bug-guix@gnu.org; Tue, 26 Jun 2018 08:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fXn8b-0005ef-TU for bug-guix@gnu.org; Tue, 26 Jun 2018 08:32:01 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87zi05mmy8.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 08 Jun 2018 15:23:27 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 31757-done@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Turns out =E2=80=98guix system disk-image --format=3Diso9660=E2=80=99 inc= ludes not sure > the closure of the given OS, but everything that=E2=80=99s in the build > environment=E2=80=99s store. So typically, we end up with QEMU and all in > addition to the store=E2=80=99s closure. Fixed in 718d44cc9ff1a7e97b4e4ce028cc273c2e20cf93. Ludo=E2=80=99.