guix-patches
[Top][All Lists]
Advanced

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

bug#26339: [PATCH v2 00/12] Support for non grub bootloaders.


From: Mathieu Othacehe
Subject: bug#26339: [PATCH v2 00/12] Support for non grub bootloaders.
Date: Mon, 17 Apr 2017 11:01:36 +0200

Hi,

Here's a v2 of the serie to address problems
pointed out by Danny.

Thanks,

Mathieu

David Craven (1):
  bootloader: Add install procedures and use them.

Mathieu Othacehe (11):
  system: Pass <bootloader-parameter> to grub.
  system: Add extlinux support.
  scripts: system: Rename --no-grub option to --no-bootloader.
  system: Add bootloader type.
  bootloader: Stop using grub module.
  bootloader: Add device and type to bootloader-configuration record.
  scripts: system: Remove unused variables.
  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 device and type in
    "list-generations".

 gnu.scm                   |   3 +-
 gnu/build/install.scm     |  36 ++----
 gnu/build/vm.scm          |  17 ++-
 gnu/local.mk              |   1 +
 gnu/system.scm            |  50 +++++++--
 gnu/system/bootloader.scm | 254 ++++++++++++++++++++++++++++++++++++++++++
 gnu/system/grub.scm       |  35 ++++--
 gnu/system/vm.scm         |  37 ++++--
 gnu/tests.scm             |   3 +-
 gnu/tests/nfs.scm         |   3 +-
 gnu/tests/web.scm         |   1 +
 guix/scripts/system.scm   | 278 +++++++++++++++++++++++++---------------------
 tests/guix-system.sh      |   2 -
 tests/system.scm          |   2 -
 14 files changed, 519 insertions(+), 203 deletions(-)
 create mode 100644 gnu/system/bootloader.scm

-- 
2.12.2






reply via email to

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