From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ditny-0004x5-4v for guix-patches@gnu.org; Fri, 18 Aug 2017 22:48:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ditnv-0004Ev-2R for guix-patches@gnu.org; Fri, 18 Aug 2017 22:48:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36115) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ditnu-0004En-Pb for guix-patches@gnu.org; Fri, 18 Aug 2017 22:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ditnu-0000eD-IJ for guix-patches@gnu.org; Fri, 18 Aug 2017 22:48:02 -0400 Subject: [bug#28145] [PATCH] build: Do not store two copies of the ISO-9660 superblock anymore. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ditnC-0004Ts-EI for guix-patches@gnu.org; Fri, 18 Aug 2017 22:47:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ditn9-00040c-2l for guix-patches@gnu.org; Fri, 18 Aug 2017 22:47:18 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:44388) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ditn8-0003zn-SO for guix-patches@gnu.org; Fri, 18 Aug 2017 22:47:15 -0400 From: Danny Milosavljevic Date: Sat, 19 Aug 2017 04:46:56 +0200 Message-Id: <20170819024656.17036-1-dannym@scratchpost.org> 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: 28145@debbugs.gnu.org * gnu/build/vm.scm (make-iso9660-image): Do not store two copies of the ISO-9660 superblock anymore. --- gnu/build/vm.scm | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/gnu/build/vm.scm b/gnu/build/vm.scm index 727494ad9..409320b1a 100644 --- a/gnu/build/vm.scm +++ b/gnu/build/vm.scm @@ -379,19 +379,6 @@ GRUB configuration and OS-DRV as the stuff in it." "var=/tmp/root/var" "run=/tmp/root/run" "--" - ;; Store two copies of the headers. - ;; The resulting ISO-9660 image has a DOS MBR and - ;; one protective partition (with type 0xCD). - ;; Because GuixSD only uses actual partitions - ;; rather than what /proc/partitions returns, work - ;; around it by storing the primary volume - ;; descriptor twice, once where it should be and - ;; once in the partition. - ;; Allegedly, otherwise, many other GNU tools - ;; (automounters etc) would also be confused by - ;; the extra partition so it makes sense to - ;; store two copies in any case. - "-boot_image" "any" "partition_offset=16" "-volid" ,(string-upcase volume-id) ,@(if volume-uuid `("-volume_date" "uuid"