From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id aIcHMYZvrV53awAA0tVLHw (envelope-from ) for ; Sat, 02 May 2020 13:03:02 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id OBEqBZBvrV7/HQAAB5/wlQ (envelope-from ) for ; Sat, 02 May 2020 13:03:12 +0000 Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:470:142::17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2573194213F for ; Sat, 2 May 2020 13:03:11 +0000 (UTC) Received: from localhost ([::1]:36958 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jUrnT-0004CL-Cp for larch@yhetil.org; Sat, 02 May 2020 09:03:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39212) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jUrnM-00046o-Nt for guix-patches@gnu.org; Sat, 02 May 2020 09:03:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jUrnL-0007pd-Dj for guix-patches@gnu.org; Sat, 02 May 2020 09:03:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39966) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jUrnK-0007o7-Ea for guix-patches@gnu.org; Sat, 02 May 2020 09:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jUrnK-0001wV-BQ for guix-patches@gnu.org; Sat, 02 May 2020 09:03:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#40955] [PATCH 4/5] image: Add a new API. Resent-From: Tobias Geerinckx-Rice Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 02 May 2020 13:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40955 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 40955@debbugs.gnu.org, Mathieu Othacehe Received: via spool by 40955-submit@debbugs.gnu.org id=B40955.15884245467421 (code B ref 40955); Sat, 02 May 2020 13:03:02 +0000 Received: (at 40955) by debbugs.gnu.org; 2 May 2020 13:02:26 +0000 Received: from localhost ([127.0.0.1]:51512 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUrmk-0001vc-6C for submit@debbugs.gnu.org; Sat, 02 May 2020 09:02:26 -0400 Received: from tobias.gr ([80.241.217.52]:58094) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jUrmi-0001vR-B2 for 40955@debbugs.gnu.org; Sat, 02 May 2020 09:02:25 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id 0704f6af; Sat, 2 May 2020 13:02:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to :subject:message-id:references:in-reply-to:date:mime-version :content-type; s=2018; i=me@tobias.gr; bh=VmIXjegNjVtXVHBdJw8ngQ fsYD+/9pb3b3m/kCIAk4U=; b=Cf3B9fVrgwCVzAy88dBZQsDUNFfEaQLVWisEpe lloCuO4oWXahQna1Ihb0gfbw1GQbHJHLoVv1ejrmTS69AgFKNcZRt+Fc/+ylD9ik 2TC2tNnc28Yls+rJdrfHsb0pyZsnpgkmV3ZFseOiwpUPtluwYvg490cKkm+TjN8r ve6iSoYzzKeWH7HZbE74nrmSNM0CPP5kcMRkKDWGmHmvkCErIoT7zgpw/cHzeOfD 0mHduHGzC6DbkRw78qDEGeg0we1rdnW/vx3+a4jXa7HaV2A4tRzhhnP1ZnC/uDpj Qtp6Rh6vaydhBChZ4uptOUZ8fOlfsz+Xin+aTtxdgSK0Gqiw== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id b38863e7 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sat, 2 May 2020 13:02:21 +0000 (UTC) Message-ID: <87wo5upk2f.fsf@nckx> References: <20200429084756.25072-1-m.othacehe@gmail.com> <20200429084756.25072-4-m.othacehe@gmail.com> In-reply-to: <20200429084756.25072-4-m.othacehe@gmail.com> Date: Sat, 02 May 2020 15:02:33 +0200 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" Reply-to: Tobias Geerinckx-Rice , Tobias Geerinckx-Rice via Guix-patches From: Tobias Geerinckx-Rice via Guix-patches via X-Scanner: scn0 X-Spam-Score: -1.61 Authentication-Results: aspmx1.migadu.com; dkim=fail (rsa verify failed) header.d=tobias.gr header.s=2018 header.b=Cf3B9fVr; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 2001:470:142::17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Scan-Result: default: False [-1.61 / 13.00]; HAS_REPLYTO(0.00)[me@tobias.gr]; GENERIC_REPUTATION(0.00)[-0.49493180885314]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2001:470:142::/48:c]; R_DKIM_REJECT(1.00)[tobias.gr:s=2018]; DWL_DNSWL_FAIL(0.00)[2001:470:142::17:server fail]; IP_REPUTATION_HAM(0.00)[asn: 22989(0.15), country: US(-0.00), ip: 2001:470:142::17(-0.49)]; DKIM_TRACE(0.00)[tobias.gr:-]; RCPT_COUNT_TWO(0.00)[2]; MX_GOOD(-0.50)[cached: eggs.gnu.org]; MAILLIST(-0.20)[mailman]; SIGNED_PGP(-2.00)[]; FREEMAIL_TO(0.00)[debbugs.gnu.org,gmail.com]; RCVD_IN_DNSWL_FAIL(0.00)[2001:470:142::17:server fail]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:22989, ipnet:2001:470:142::/48, country:US]; TAGGED_FROM(0.00)[larch=yhetil.org]; FROM_NEQ_ENVFROM(0.00)[guix-patches@gnu.org,guix-patches-bounces@gnu.org]; ARC_NA(0.00)[]; FORGED_RECIPIENTS_MAILLIST(0.00)[]; FROM_HAS_DN(0.00)[]; TAGGED_RCPT(0.00)[]; REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; DMARC_NA(0.00)[gnu.org]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; HAS_LIST_UNSUB(-0.01)[]; MID_RHS_NOT_FQDN(0.50)[]; RCVD_COUNT_SEVEN(0.00)[8]; FORGED_SENDER_MAILLIST(0.00)[] X-TUID: Ihnv+SiipGUN --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Mathieu, This is great. Thank you so much. Mathieu Othacehe =E5=86=99=E9=81=93=EF=BC=9A > - ISO9660 images: the ISO root directory is populated within the=20 > store. GNU > xorriso is then called on that directory, in the exact same=20 > way as this is > done in (gnu build vm) module. This made me do a double-take, but looking at the code it's still=20 s/xorriso/grub-mkrescue/ (which calls Xorriso, sure, but performs=20 arcane magicks in between that lets us actually boot on real=20 hardware). Right? Any cases where that changes? Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQT12iAyS4c9C3o4dnINsP+IT1VteQUCXq1vaQAKCRANsP+IT1Vt eTOxAP0eY4pWKNfO4p8kucrfYuXAU+mRAQ/9eT/vdrpNji+Y3wEAzhQSO7MEIR4c iWbWSD9xyIfVmFpK+QttgBOW8fiG3gw= =y46m -----END PGP SIGNATURE----- --=-=-=--