rekado pushed a commit to branch master
in repository maintenance.

commit 08b3bd5fd9bf6320d01e41a51c318c7eefe748b5
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon May 30 12:39:33 2022 +0200

    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"))

Reply via email to