From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1duQ5o-00010N-PG for guix-patches@gnu.org; Tue, 19 Sep 2017 17:30:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1duQ5j-0008FF-BH for guix-patches@gnu.org; Tue, 19 Sep 2017 17:30:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40055) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1duQ5j-0008Eu-78 for guix-patches@gnu.org; Tue, 19 Sep 2017 17:30:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1duQ5i-00073O-Ut for guix-patches@gnu.org; Tue, 19 Sep 2017 17:30:02 -0400 Subject: [bug#28145] [PATCH] build: Do not store two copies of the ISO-9660 superblock anymore. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170819024656.17036-1-dannym@scratchpost.org> <877exv699r.fsf@gnu.org> Date: Tue, 19 Sep 2017 23:29:49 +0200 In-Reply-To: <877exv699r.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 22 Aug 2017 15:07:28 +0200") Message-ID: <877ewuv0ky.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Danny Milosavljevic Cc: 28145@debbugs.gnu.org Hi Danny, Just a reminder that this patch hasn=E2=80=99t been applied. TIA! :-) Ludo=E2=80=99. ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Hello Danny, > > Danny Milosavljevic skribis: > >> * gnu/build/vm.scm (make-iso9660-image): Do not store two copies of the >> ISO-9660 superblock anymore. > > Why is it no longer needed? Otherwise fine with me. :-) > > Ludo=E2=80=99.