From mboxrd@z Thu Jan 1 00:00:00 1970 From: rendaw <7e9wc56emjakcm@s.rendaw.me> Subject: disk-image and partitions Date: Sun, 14 Apr 2019 18:16:38 +0900 Message-ID: <0e3e6cfb-c538-3b25-0692-aad961282476@s.rendaw.me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:60120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <7e9wc56emjakcm@s.rendaw.me>) id 1hFbFl-0003aK-JV for help-guix@gnu.org; Sun, 14 Apr 2019 05:16:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <7e9wc56emjakcm@s.rendaw.me>) id 1hFbFk-0008QY-OB for help-guix@gnu.org; Sun, 14 Apr 2019 05:16:45 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:33245) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <7e9wc56emjakcm@s.rendaw.me>) id 1hFbFk-0008PW-61 for help-guix@gnu.org; Sun, 14 Apr 2019 05:16:44 -0400 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 0321320D0F for ; Sun, 14 Apr 2019 05:16:42 -0400 (EDT) Received: from [192.168.1.35] (y236169.dynamic.ppp.asahi-net.or.jp [118.243.236.169]) by mail.messagingengine.com (Postfix) with ESMTPA id DDE6110316 for ; Sun, 14 Apr 2019 05:16:40 -0400 (EDT) Content-Language: en-US List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org I think I'd like to use disk-image but a number of things were unclear from the documentation: 1. What and how many partitions are created? Reading the -t parameter I assume it's an image with just 1 root partition. If I need UEFI will an efi partition be created? 2. How can I refer to the created partitions in the config? Digging through the source it seems that in some modes of operation the root partition is automatically created and there's a local uuid value that's generated and shared between the partition + filesystem config, but I didn't see that exposed anywhere. I have various additional storage attached so I can't guarantee device order (sda/sdb/sdc). Thanks!