3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
guix/gnu/system
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
..
examples system: Remove extra line from 'lightweight-desktop.tmpl'. 2020-08-28 23:27:53 +02:00
images system: image: Add image-type support. 2020-09-30 10:47:59 +02:00
accounts.scm accounts: Add default value for the 'home-directory' field of <user-account>. 2019-03-25 23:37:06 +01:00
file-systems.scm Instantiate nscd in each system container. 2020-10-01 09:27:33 +02:00
hurd.scm system: hurd: Oops, have 'initrd' default to #f. 2020-06-30 18:26:47 +02:00
image.scm bootloader: Fix u-boot installation. 2020-10-05 11:10:35 +02:00
install.scm install: Factorize cow-store procedure. 2020-09-02 17:05:22 +02:00
keyboard.scm system: Allow for comma-separated keyboard layouts. 2020-04-06 00:14:13 +02:00
linux-container.scm Instantiate nscd in each system container. 2020-10-01 09:27:33 +02:00
linux-initrd.scm linux-libre: Support module compression. 2020-08-25 11:53:20 +02:00
locale.scm locale: Use the native gzip and libc when building locales. 2020-05-15 00:01:39 +02:00
mapped-devices.scm Use 'formatted-message' instead of '&message' where appropriate. 2020-07-25 19:11:37 +02:00
nss.scm nss: Remove '%compat' from the defaults. 2018-03-27 23:26:15 +02:00
pam.scm services: Add descriptions. 2020-05-08 16:30:50 +02:00
shadow.scm Remove "guile-zlib" extension when unused. 2020-08-25 12:39:11 +02:00
uuid.scm file-systems: Add NTFS support. 2020-07-26 18:35:10 +02:00
vm.scm vm: Disable caching for writable file system mappings. 2020-08-31 15:50:35 +02:00