unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Herman Rimm via Guix-patches via <guix-patches@gnu.org>
To: 73202@debbugs.gnu.org
Subject: [bug#73202] [PATCH v2 00/15] Preparation for bootloader rewrite.
Date: Fri, 20 Sep 2024 12:37:45 +0200	[thread overview]
Message-ID: <cover.1726827025.git.herman@rimm.ee> (raw)
In-Reply-To: <20240912165818.21580-1-herman@rimm.ee>

Hello,

Patch #1 is now patch #5.  This patches series adds the procedures,
macros and record used in #72457.  I am not sure how to test these on
their own.  Feel free to write some small tests, if you think of any.
If I failed to described a change or did it poorly, please let me know.

Patch #11 and patches with fewer changes can be merged out of order.

Yesterday I had trouble using control@debbugs.gnu.org to block one issue
on another.  So if you could make this issue block on #69343, and #72457
block on this, I would appreciate that.

Cheers,
Herman

Herman Rimm (3):
  guix: utils: Add flatten and flat-map from haunt.
  guix: records: Add wrap-element procedure.
  gnu: bootloader: Match records outside the module.

Lilah Tascheter (12):
  gnu: bootloader: Remove deprecated bootloader-configuration field.
  gnu: system: Remove useless boot parameters.
  gnu: tests: reconfigure: Remove bootloader install test.
  guix: scripts: Remove unused code.
  guix: scripts: Rewrite reinstall-bootloader to use provenance data.
  gnu: bootloader: Add bootloader-target record and infastructure.
  gnu: bootloader: Add bootloader-configurations->gexp.
  gnu: bootloader: Add device-subvol field to menu-entry record.
  gnu: build: bootloader: Add efi-bootnums procedure.
  gnu: bootloader: Install any bootloader to ESP.
  gnu: system: boot: Add procedure.
  teams: Add bootloading team.

 doc/guix.texi             |  34 +--
 etc/teams.scm             |  10 +
 gnu/bootloader.scm        | 504 +++++++++++++++++++++++++++++++++-----
 gnu/build/bootloader.scm  | 161 +++++++-----
 gnu/build/image.scm       |  23 +-
 gnu/image.scm             |   4 +
 gnu/system.scm            |   7 -
 gnu/system/boot.scm       |  14 +-
 gnu/system/image.scm      |  22 +-
 gnu/tests/reconfigure.scm |  86 +------
 guix/records.scm          |   7 +
 guix/scripts/system.scm   |  96 +++-----
 guix/ui.scm               |   9 +
 guix/utils.scm            |  26 ++
 tests/boot-parameters.scm |  18 +-
 15 files changed, 677 insertions(+), 344 deletions(-)


base-commit: 9292d35ab63055e3752e698710a1a408cc7de7fd
-- 
2.45.2





  reply	other threads:[~2024-09-20 10:39 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-12 16:58 [bug#73202] [PATCH] guix: scripts: Rewrite reinstall-bootloader to use provenance data Herman Rimm via Guix-patches via
2024-09-20 10:37 ` Herman Rimm via Guix-patches via [this message]
2024-09-20 10:37   ` [bug#73202] [PATCH v2 01/15] gnu: bootloader: Remove deprecated bootloader-configuration field Herman Rimm via Guix-patches via
2024-09-20 10:37   ` [bug#73202] [PATCH v2 02/15] gnu: system: Remove useless boot parameters Herman Rimm via Guix-patches via
2024-09-20 10:37   ` [bug#73202] [PATCH v2 03/15] gnu: tests: reconfigure: Remove bootloader install test Herman Rimm via Guix-patches via
2024-09-20 10:37   ` [bug#73202] [PATCH v2 04/15] guix: scripts: Remove unused code Herman Rimm via Guix-patches via
2024-09-20 10:37   ` [bug#73202] [PATCH v2 05/15] guix: scripts: Rewrite reinstall-bootloader to use provenance data Herman Rimm via Guix-patches via
2024-09-20 10:37   ` [bug#73202] [PATCH v2 06/15] guix: utils: Add flatten and flat-map from haunt Herman Rimm via Guix-patches via
2024-09-20 10:37   ` [bug#73202] [PATCH v2 07/15] guix: records: Add wrap-element procedure Herman Rimm via Guix-patches via
2024-09-20 10:37   ` [bug#73202] [PATCH v2 08/15] gnu: bootloader: Add bootloader-target record and infastructure Herman Rimm via Guix-patches via
2024-09-20 10:37   ` [bug#73202] [PATCH v2 09/15] gnu: bootloader: Add bootloader-configurations->gexp Herman Rimm via Guix-patches via
2024-09-20 10:37   ` [bug#73202] [PATCH v2 10/15] gnu: bootloader: Add device-subvol field to menu-entry record Herman Rimm via Guix-patches via
2024-09-20 10:37   ` [bug#73202] [PATCH v2 11/15] gnu: build: bootloader: Add efi-bootnums procedure Herman Rimm via Guix-patches via
2024-09-20 10:37   ` [bug#73202] [PATCH v2 12/15] gnu: bootloader: Install any bootloader to ESP Herman Rimm via Guix-patches via
2024-09-20 10:37   ` [bug#73202] [PATCH v2 13/15] gnu: bootloader: Match records outside the module Herman Rimm via Guix-patches via
2024-09-20 10:37   ` [bug#73202] [PATCH v2 14/15] gnu: system: boot: Add procedure Herman Rimm via Guix-patches via
2024-09-20 10:38   ` [bug#73202] [PATCH v2 15/15] teams: Add bootloading team Herman Rimm via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1726827025.git.herman@rimm.ee \
    --to=guix-patches@gnu.org \
    --cc=73202@debbugs.gnu.org \
    --cc=herman@rimm.ee \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).