From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id SPJQON0x8mRTMwAAG6o9tA:P1 (envelope-from ) for ; Fri, 01 Sep 2023 20:47:58 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id SPJQON0x8mRTMwAAG6o9tA (envelope-from ) for ; Fri, 01 Sep 2023 20:47:58 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.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 8BA155EA42 for ; Fri, 1 Sep 2023 20:47:57 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=LY3+szbO; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1693594077; a=rsa-sha256; cv=none; b=DXC4/Fv9NEPwBzR/RjkIhujiWgPenKBeafVjDeJ+tCm+bWpXBaMOux5ThOa0YTrajNPKMg e5V7G7I2/2nPr09THRecXikIVISExMZxIagIM3S/x9SB8xa1MaC90iEQHnpKZ4YEZJ5GR5 lHMvZaavFkyNA56PMXqhOt+MnbPWnvRMUEnXS4iz0PKRkZGGEcbd/RTDvYxvUVA72oHkc1 gnuYnsN9hHIOGwjGhKS1hqDcXsNcJ4g4HNsFxEBBM5qPa6Lh868zAAPIX/FA+aXDn4cvy2 lcDXVuzGPVcQUkxyImQDqQ1LCGXmJCxfFjqPL4JFhW8fyLjObH1/1+sIiGf2KA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=LY3+szbO; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1693594077; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=mY9fpUH7cDa8SGJhMkHC1SeUN7xceN/k86r0NE3J2pQ=; b=Quhf9aQxHC5zWaBSLFlryskDce2RkGBil2Xx7d4oFFg4ulamYZGE4fEdD0VnkgvUdcwwrE V/VRXGdSWBcWvke/7Re7Rg+MIjMCY5IKjvuG+TI/yppgVTQyyVO22pYHfzknGu1a2mGMX4 gjNEP32px+DdgtWLWrlVRM0yO5ywA/yLOCSVG/SgwHyQ+FmQYzRBEr+e7UFOeSxHJCDG3N zSpfedMxxGe2/RZ9RWMJGwI0G6/Yz/RnjoxCtRNDgI8quTYHy0SHbfE8HXGV+Yn8cMnMXD lvN+a2FG178YGCoaZ1kwYb2PHP4YKloWQ0jSPmZpWqvoVOy7Iau6ZGSs3krHQA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qc9BU-0006D3-1P; Fri, 01 Sep 2023 14:47:56 -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 1qc9BR-0005zE-Hj for guix-patches@gnu.org; Fri, 01 Sep 2023 14:47:53 -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 1qc9BR-0005Xk-7P for guix-patches@gnu.org; Fri, 01 Sep 2023 14:47:53 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qc9Ba-0005YR-EK for guix-patches@gnu.org; Fri, 01 Sep 2023 14:48:02 -0400 Subject: bug#31416: [PATCH 0/4] Generalize bootloader installer selection. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 01 Sep 2023 18:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 31416 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Danny Milosavljevic Cc: 31416-done@debbugs.gnu.org Mail-Followup-To: 31416@debbugs.gnu.org, maxim.cournoyer@gmail.com, dannym@scratchpost.org Received: via spool by 31416-done@debbugs.gnu.org id=D31416.169359404621192 (code D ref 31416); Fri, 01 Sep 2023 18:48:02 +0000 Received: (at 31416-done) by debbugs.gnu.org; 1 Sep 2023 18:47:26 +0000 Received: from localhost ([127.0.0.1]:33885 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qc9Az-0005Vk-OH for submit@debbugs.gnu.org; Fri, 01 Sep 2023 14:47:26 -0400 Received: from mail-qk1-x72a.google.com ([2607:f8b0:4864:20::72a]:46301) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qc9Ax-0005VV-MQ for 31416-done@debbugs.gnu.org; Fri, 01 Sep 2023 14:47:24 -0400 Received: by mail-qk1-x72a.google.com with SMTP id af79cd13be357-76ef8b91a72so136418985a.0 for <31416-done@debbugs.gnu.org>; Fri, 01 Sep 2023 11:47:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693594028; x=1694198828; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=mY9fpUH7cDa8SGJhMkHC1SeUN7xceN/k86r0NE3J2pQ=; b=LY3+szbOptdJkHboQ2Q44b+nRMhSpADFSJTL6+JxKexWp4AFdJznYqwll2RBmh9Isz 3ebqk/tFRsFKx8fvLaqv3sjfaeWCV/rjbmXon92F1qPN/bT+MGj6Y04TQW2L8okrZAjs VnXwK6UtlP+GXWNqe6+2+kZyTcNXvAdpgoeD7yX2XpbWYr59neBK7CNMqCZadCTOGXS+ 5xOiAs47oHrdsH9qdjYFEckaAcy9PBhEv0mBQL30Me0Tr3XQsUOojFfHawSz6Or2G2Qf HGTPnSfQ/ycYRFmlyj5f9nW5CRn7AMeRHJb20JmDy1rHPClnLKAtorfRqZqDzvrQG2Cp lubw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693594028; x=1694198828; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=mY9fpUH7cDa8SGJhMkHC1SeUN7xceN/k86r0NE3J2pQ=; b=dIrh6Mf+K40cmzdqSJMC21SqSuoV7G63EIY5rUCBbvPwrkRO19miUD6mKEy3g4OMFB f6uw8iUHSePCZ4Hm+EQprg5st4/VHVjIbwq67qBQmIycu8iwoW74YjaQQswrtQPX4bhS RyFcVsn4M7x/MjEzg/eCn04ekbsnLx+B4Ar0R6Tpdc4aLh66UH1yH7HXM/Dvm59BwrS7 ICVpibcUO+YFAoTzG8FsUzIwczngm8wK5c3SKJd7/77xxly+iu8NwVncFinpd9DOqt1v 21DTVQenqDKUoWGeQP/mp/397zDa8cKlZBfzLfj34qF6JjuwJURl3f2Fmu69Hf4+2bou B8JA== X-Gm-Message-State: AOJu0YybeDC4wiy6X7Xoheplso/wP56Yv9ADJWGpjTYICEvcjk+kII4i n+5mH+zNNi9xGBxW2uXL9o4d/loswAFLfw== X-Google-Smtp-Source: AGHT+IFCA23V02fTDIp59tXyELt86wIzPAPOr3TwOlLvrq/H+R5bF1kiMtvssoFecadHMH5RPlP0ng== X-Received: by 2002:a05:622a:1805:b0:412:964c:c4d2 with SMTP id t5-20020a05622a180500b00412964cc4d2mr3820930qtc.0.1693594028432; Fri, 01 Sep 2023 11:47:08 -0700 (PDT) Received: from hurd (dsl-154-228.b2b2c.ca. [66.158.154.228]) by smtp.gmail.com with ESMTPSA id 19-20020a05620a06d300b0076f16a00694sm1566358qky.78.2023.09.01.11.47.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 01 Sep 2023 11:47:07 -0700 (PDT) From: Maxim Cournoyer References: <20180511143515.23435-1-dannym@scratchpost.org> <87fs5hi4td.fsf@gmail.com> Date: Fri, 01 Sep 2023 14:47:06 -0400 In-Reply-To: <87fs5hi4td.fsf@gmail.com> (Maxim Cournoyer's message of "Fri, 21 Jul 2023 12:53:50 -0400") Message-ID: <87jzt920k5.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -5.12 X-Spam-Score: -5.12 X-Migadu-Queue-Id: 8BA155EA42 X-Migadu-Scanner: mx2.migadu.com X-TUID: lMKbyKNPw5be Hi, Maxim Cournoyer writes: > Hi Danny, > > Danny Milosavljevic writes: > >> Danny Milosavljevic (4): >> system: Add os-with-u-boot. >> bootloader: install-u-boot: Automatically select the correct >> installer. >> bootloader: Add make-u-boot-bootloader. >> bootloader: Simplify bootloader installer selection. > > Is there something to salvage here, 5 years later, or should we close > this? Closing. -- Thanks, Maxim