guix/gnu/build
Mathieu Othacehe b97b423e3f
bootloader: Fix u-boot installation.
This is a follow-up of f19cf27c2b. The
bootloader installation must be done on the final disk-image, hence using
"disk-image-installer" instead of "installer" callback.

* gnu/bootloader/u-boot.scm: Turn all installer callbacks into
disk-image-installer callbacks.
* gnu/build/bootloader.scm (write-file-on-device): Open the output file with
'no-truncate and 'no-create options.
* gnu/system/image.scm (with-imported-modules*): Add (gnu build bootloader)
module.
2020-10-05 11:10:35 +02:00
..
accounts.scm
activation.scm
bootloader.scm bootloader: Fix u-boot installation. 2020-10-05 11:10:35 +02:00
cross-toolchain.scm
file-systems.scm linux-boot: Handle nfs-root device strings. 2020-09-07 11:00:48 +02:00
hurd-boot.scm
image.scm image: Add support for compressed-qcow2 format. 2020-09-29 11:42:52 +02:00
install.scm install: Factorize cow-store procedure. 2020-09-02 17:05:22 +02:00
linux-boot.scm linux-boot: Handle nfs-root device strings. 2020-09-07 11:00:48 +02:00
linux-container.scm linux-container: Reset jailed root permissions. 2020-10-01 12:51:13 +02:00
linux-initrd.scm
linux-modules.scm
locale.scm
marionette.scm
secret-service.scm secret-service: Add proper logging procedure and log to syslog. 2020-09-29 21:56:27 +02:00
shepherd.scm build: shepherd: Check for container support. 2020-09-21 10:22:12 +02:00
svg.scm
vm.scm