guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26339: [PATCH v4 0/7] Support non grub bootloaders.


From: Mathieu Othacehe
Subject: bug#26339: [PATCH v4 0/7] Support non grub bootloaders.
Date: Sun, 14 May 2017 09:47:56 +0200

Hi,

Here's v4 of the serie. It addresses Danny and Ludo comments on v3.

Changelog:
* Add gnu/bootloader.scm and instanciate bootloaders
in gnu/bootloader directory.
* Split <bootloader-configuration> in two records.
* Do not reinstall bootloader on switch-generation,
only update configuration file.
* Various renamings.

Thanks,

Mathieu

Mathieu Othacehe (7):
  bootloader: Add extlinux support.
  bootloader: Adapt vm to new bootloader API.
  bootloader: Add bootloader name to boot-parameters record.
  scripts: system: Adapt "reconfigure" to new bootloader API.
  scripts: system: Adapt "init" to new bootloader API.
  scripts: system: Adapt "switch-generation" to new bootloader API.
  scripts: system: Display bootloader name in "list-generations".

 gnu.scm                             |   4 +-
 gnu/bootloader.scm                  | 114 ++++++++++++++++++
 gnu/bootloader/extlinux.scm         | 147 +++++++++++++++++++++++
 gnu/{system => bootloader}/grub.scm | 105 ++++++++++++-----
 gnu/build/install.scm               |  36 ++----
 gnu/build/vm.scm                    |  17 ++-
 gnu/local.mk                        |   4 +-
 gnu/system.scm                      |  26 ++--
 gnu/system/vm.scm                   |  38 ++++--
 gnu/tests.scm                       |   3 +-
 gnu/tests/nfs.scm                   |   3 +-
 guix/scripts/system.scm             | 228 ++++++++++++++++++++++--------------
 12 files changed, 546 insertions(+), 179 deletions(-)
 create mode 100644 gnu/bootloader.scm
 create mode 100644 gnu/bootloader/extlinux.scm
 rename gnu/{system => bootloader}/grub.scm (83%)

-- 
2.13.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]