GNU bug report logs -
#26339
[PATCH 00/18] wip: Support non grub bootloaders.
Previous Next
Reported by: Mathieu Othacehe <m.othacehe <at> gmail.com>
Date: Sun, 2 Apr 2017 13:51:01 UTC
Severity: important
Tags: patch
Done: Mathieu Othacehe <m.othacehe <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
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
This bug report was last modified 7 years and 209 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.