bootloader: Add extlinux support.
authorMathieu Othacehe <m.othacehe@gmail.com>
Mon, 15 May 2017 20:24:18 +0000 (22:24 +0200)
committerMathieu Othacehe <m.othacehe@gmail.com>
Tue, 16 May 2017 12:41:01 +0000 (14:41 +0200)
commitb09a8da4a2e50845a297e041762f3ff9e649c047
tree41111b45d2af2ec06c0a7262f390bfd5e91639c1
parentce92d269fea0a2bfac0ac20414f77127d2f07500
bootloader: Add extlinux support.

* gnu/bootloader.scm: New file.
* gnu/bootloader/extlinux.scm: New file.
* gnu/bootloader/grub.scm: New file.
* gnu/local.mk: Build new files.
* gnu/system.scm: Adapt to new bootloader api.
* gnu/scripts/system.scm: Adapt to new bootloader api.
* gnu.scm: Remove (gnu system grub) and replace by (gnu bootloader) and (gnu
bootloader grub) modules.
* gnu/system/grub.scm: Moved content to gnu/bootloader/grub.scm.
* gnu/system/vm: Replace (gnu system grub) module by (gnu bootloader).
* gnu/tests.scm: Ditto.
* gnu/tests/nfs.scm: Ditto.
gnu.scm
gnu/bootloader.scm [new file with mode: 0644]
gnu/bootloader/extlinux.scm [new file with mode: 0644]
gnu/bootloader/grub.scm [moved from gnu/system/grub.scm with 81% similarity]
gnu/local.mk
gnu/system.scm
gnu/system/vm.scm
gnu/tests.scm
gnu/tests/nfs.scm
guix/scripts/system.scm