From 08b3bd5fd9bf6320d01e41a51c318c7eefe748b5 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 30 May 2022 12:39:33 +0200 Subject: [PATCH] refcard: Update bootloader-configuration. --- doc/refcard/guix-refcard.lout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/refcard/guix-refcard.lout b/doc/refcard/guix-refcard.lout index 8cc811e..f0c65f4 100644 --- a/doc/refcard/guix-refcard.lout +++ b/doc/refcard/guix-refcard.lout @@ -295,7 +295,7 @@ complete } configuration of an operating system, along these lines: (bootloader (bootloader-configuration (bootloader grub-efi-bootloader) - (target "/boot/efi") + (target (list "/boot/efi")) (keyboard-layout keyboard-layout))) (file-systems (cons (file-system (device (file-system-label "my-root"))