guix/gnu/bootloader
Danny Milosavljevic 1975c754f4
bootloader: Use <menu-entry> for the bootloader side.
* gnu/bootloader.scm (menu-entry-device-mount-point): New variable.  Export it.
(<menu-entry>: New field "device".
* gnu/bootloader/grub.scm (grub-confgiuration-file): Handle <menu-entry>
entries.
* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Handle
<menu-entry> entries.
* gnu/system.scm (menu->entry->boot-parameters): Delete variable.
(boot-parameters->menu-entry): New variable.  Export it.
(operating-system-bootcfg): Make OLD-ENTRIES a list of <menu-entry>.
* guix/script/system.scm (reinstall-bootloader): Fix bootcfg usage.
(perform-action): Fix bootcfg usage.
2017-07-28 21:56:18 +02:00
..
extlinux.scm bootloader: Use <menu-entry> for the bootloader side. 2017-07-28 21:56:18 +02:00
grub.scm bootloader: Use <menu-entry> for the bootloader side. 2017-07-28 21:56:18 +02:00
u-boot.scm bootloader: Add u-boot. 2017-07-15 12:53:37 +02:00