From 22a135c56bbee49023c19f988539c2221c0d547e Mon Sep 17 00:00:00 2001 From: Sisiutl Date: Mon, 9 Dec 2024 08:13:17 +0100 Subject: grub copy bug --- gnu/bootloader/grub-copy.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/bootloader') diff --git a/gnu/bootloader/grub-copy.scm b/gnu/bootloader/grub-copy.scm index 2cc3914..b6e2775 100644 --- a/gnu/bootloader/grub-copy.scm +++ b/gnu/bootloader/grub-copy.scm @@ -122,6 +122,6 @@ (inherit grub-efi-bootloader) (name 'grub-efi-copy) (installer - (install-grub-copy (@@ (gnu bootloader grub) install-grub-efi))) + (install-grub-copy (make-grub-efi-installer))) (configuration-file-generator grub-copy-configuration-file))) -- cgit v1.2.3