diff options
Diffstat (limited to 'gnu/system')
| -rw-r--r-- | gnu/system/image.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/image.scm b/gnu/system/image.scm index cb4f67653b3..0101fe3d6eb 100644 --- a/gnu/system/image.scm +++ b/gnu/system/image.scm @@ -145,7 +145,7 @@ parent image record." (partition (inherit esp-partition/grub) (initializer #~(lambda* (root #:key #:allow-other-keys) - (initialize-efi32-partition #:grub-efi32 #+grub-efi32))))) + (initialize-efi32-partition root #:grub-efi32 #+grub-efi32))))) ;; Be more transparent. The esp partition unconditinally installs grub. ;; It doesn't look up bootloader of the system. |
