From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dTVmd-0008Cj-Vw for guix-patches@gnu.org; Fri, 07 Jul 2017 12:07:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dTVmZ-0003z8-2l for guix-patches@gnu.org; Fri, 07 Jul 2017 12:07:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54262) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dTVmY-0003yc-VD for guix-patches@gnu.org; Fri, 07 Jul 2017 12:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dTVmY-0003zp-IU for guix-patches@gnu.org; Fri, 07 Jul 2017 12:07:02 -0400 Subject: [bug#27521] [PATCH] guix system: Add file system label and uuid to iso9660-image. Resent-Message-ID: Date: Fri, 7 Jul 2017 18:06:53 +0200 From: Danny Milosavljevic Message-ID: <20170707180653.7b11b3e5@scratchpost.org> In-Reply-To: <20170703180258.14439-1-dannym@scratchpost.org> References: <20170703180258.14439-1-dannym@scratchpost.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: 27521@debbugs.gnu.org On Mon, 3 Jul 2017 20:02:58 +0200 Danny Milosavljevic wrote: > (if (string=? "iso9660" file-system-type) > (iso9660-image #:name name > + #:file-system-label root-label > + #:file-system-uuid #f > #:os-drv os-drv > #:bootcfg-drv bootcfg > #:bootloader (bootloader-configuration-bootloader I've pushed this to master as acc0f6bb5885e661a406a367a9543debc455221a. That means that the iso file system will use the root-label from system-disk-image (body) as well. uuid support is missing as you can see, but that's fine for the time being.