[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
- bug#26339: problem with commit abae042, (continued)
- bug#26339: problem with commit abae042, Mathieu Othacehe, 2017/04/15
- bug#26339: bootloader and kernel arguments "--root", "--system", "--load", Danny Milosavljevic, 2017/04/15
- bug#26339: problem with commit abae042, Leo Famulari, 2017/04/15
- bug#26339: problem with commit abae042, Danny Milosavljevic, 2017/04/15
- bug#26339: problem with commit abae042, Leo Famulari, 2017/04/15
bug#26339: [PATCH 01/18] system: Pass <bootloader-parameter> to grub., David Craven, 2017/04/03
bug#26339: [PATCH 01/18] system: Pass <bootloader-parameter> to grub., Danny Milosavljevic, 2017/04/15
bug#26339: [PATCH 01/18] system: Pass <bootloader-parameter> to grub., Danny Milosavljevic, 2017/04/15
bug#26339: [PATCH 01/18] system: Pass <bootloader-parameter> to grub., Danny Milosavljevic, 2017/04/15
bug#26339: [PATCH v2 00/12] Support for non grub bootloaders.,
Mathieu Othacehe <=
- bug#26339: [PATCH v2 01/12] system: Pass <bootloader-parameter> to grub., Mathieu Othacehe, 2017/04/17
- bug#26339: [PATCH v2 03/12] scripts: system: Rename --no-grub option to --no-bootloader., Mathieu Othacehe, 2017/04/17
- bug#26339: [PATCH v2 05/12] system: Add bootloader type., Mathieu Othacehe, 2017/04/17
- bug#26339: [PATCH v2 04/12] bootloader: Add install procedures and use them., Mathieu Othacehe, 2017/04/17
- bug#26339: [PATCH v2 02/12] system: Add extlinux support., Mathieu Othacehe, 2017/04/17
- bug#26339: [PATCH v2 07/12] bootloader: Add device and type to bootloader-configuration record., Mathieu Othacehe, 2017/04/17
- bug#26339: [PATCH v2 06/12] bootloader: Stop using grub module., Mathieu Othacehe, 2017/04/17
- bug#26339: [PATCH v2 09/12] scripts: system: Adapt "reconfigure" to new bootloader API., Mathieu Othacehe, 2017/04/17