help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unable to get (menu-entries (...)) to work properly


From: Thomas Danckaert
Subject: Re: Unable to get (menu-entries (...)) to work properly
Date: Sun, 09 Apr 2017 09:59:07 +0200 (CEST)

From: <address@hidden>
Subject: Unable to get (menu-entries (...)) to work properly
Date: Sun, 9 Apr 2017 00:36:42 -0700

> (bootloader (grub-configuration (device "/dev/sda")
>                                 (menu-entries
>                                  (menu-entry
>                                   (label "Desktop")
>                                   (linux "/boot/kernel")
>                                   (linux-arguments "")
>                                   (initrd "/boot/initramfs")))))
> 
> This constantly throws errors that I can't sort out. Attached (if I do
> it properly with this new email client) is a screenshot of the error.

I think `menu-entries' should be a list.  Try

(menu-entries (list (menu-entry [...])))

Thomas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]