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
Message #399 received at 26339 <at> debbugs.gnu.org (full text, mbox):
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
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.