From patchwork Sat Sep 9 15:51:05 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Othacehe X-Patchwork-Id: 1779 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id D43ED27BBE9; Sat, 9 Sep 2023 16:52:14 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 55D4727BBE2 for ; Sat, 9 Sep 2023 16:52:13 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qf0Fh-00053Z-4g; Sat, 09 Sep 2023 11:52:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qf0Fd-00053H-1h for guix-patches@gnu.org; Sat, 09 Sep 2023 11:52:01 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qf0Fb-0002G7-Ms for guix-patches@gnu.org; Sat, 09 Sep 2023 11:51:59 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qf0Fe-0000Cy-IC for guix-patches@gnu.org; Sat, 09 Sep 2023 11:52:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65842] [PATCH 0/2] image: Introduce mbr-hybrid-raw image type. Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 09 Sep 2023 15:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 65842 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65842@debbugs.gnu.org Cc: Mathieu Othacehe X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.1694274683729 (code B ref -1); Sat, 09 Sep 2023 15:52:02 +0000 Received: (at submit) by debbugs.gnu.org; 9 Sep 2023 15:51:23 +0000 Received: from localhost ([127.0.0.1]:48326 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qf0F0-0000Bg-UO for submit@debbugs.gnu.org; Sat, 09 Sep 2023 11:51:23 -0400 Received: from lists.gnu.org ([2001:470:142::17]:38554) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qf0Ex-0000BR-0s for submit@debbugs.gnu.org; Sat, 09 Sep 2023 11:51:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qf0Eo-000501-A9 for guix-patches@gnu.org; Sat, 09 Sep 2023 11:51:10 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qf0Eo-00025Y-1u for guix-patches@gnu.org; Sat, 09 Sep 2023 11:51:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=jYNs4q4c4yQVpG/kTOJo2b1bW4Qhimga2AFfeIy4dwc=; b=DLC80EUKz0l4uL 1dzSqx0F6tKrV85ALVax38ZAGOLhRb78WAq5eqcqIkPAmSJFYzrS7tu4LU2Ij91OoZwvJNYHgMuWs WI/YqKOMMryDvg0lmdAZbaZaEitN5wBzkj13ce0yUwlmMoxs5VyZ7SO1IBWKiNa2nOjzJByYoo8u4 gJaMO/1F2kdtdMsr/xOTyBq+Wh1ZjxW/udrlVVVTZIyljXwvAYv4aQ7NfedZOlSku5xOH9Iv2LwVT mA+t6kM0oNU57ZPPZl/xrsWIbMlsPlRwHa419q/ZMGbLiYPvYXAhHdQiJ+InxIgDjcUO/pO8YVyMz z1ytCmu13ZxzRBTWjdSQ==; From: Mathieu Othacehe Date: Sat, 9 Sep 2023 17:51:05 +0200 Message-Id: X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches Hello, Recent commits have changed the defaut behaviour of the "guix system image" command that was to produce a "hybrid" image: MBR partitioned but with an ESP partition. Establish a clear distinction between MBR, MBR-hybrid and EFI image types. Thanks, Mathieu Mathieu Othacehe (2): image: Introduce the mbr-hybrid-raw image type. image: Do not allow BIOS bootloader and GPT. doc/guix.texi | 34 +++++++++++++++++++++++++++------- gnu/ci.scm | 2 +- gnu/system/image.scm | 21 +++++++++++++++++++++ guix/scripts/system.scm | 2 +- 4 files changed, 50 insertions(+), 9 deletions(-) base-commit: 8d9bb5408a5088304ec8662bb53b9c3ded9ca725