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 is the third version of the serie. Is is rebased on top
of Danny recent work on bootloaders.
It also take last Danny review into account.
Everything seems to play nice and I can change easily between
syslinux and grub (s/grub-configuration/syslinux-configuration/
in config.scm).
Please note that the documentation still has to be written.
Thanks,
Mathieu
David Craven (1):
bootloader: Add install procedures and use them.
Mathieu Othacehe (8):
system: Add extlinux support.
system: Add bootloader type.
bootloader: Stop using grub module.
bootloader: Add device and type to bootloader-configuration 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 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 | 33 ++++--
gnu/system/bootloader.scm | 254 ++++++++++++++++++++++++++++++++++++++++++++++
gnu/system/grub.scm | 22 ++--
gnu/system/vm.scm | 37 ++++---
gnu/tests.scm | 3 +-
gnu/tests/nfs.scm | 3 +-
guix/scripts/system.scm | 232 ++++++++++++++++++++++++++----------------
11 files changed, 487 insertions(+), 154 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.