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: Mathieu Othacehe
Subject: Re: Unable to get (menu-entries (...)) to work properly
Date: Sun, 09 Apr 2017 10:05:25 +0200
User-agent: mu4e 0.9.18; emacs 25.2.1

Hi,

> I think `menu-entries' should be a list.  Try
>
> (menu-entries (list (menu-entry [...])))

Thomas is right, I just tried it with the following configuration and it
works for me :

--8<---------------cut here---------------start------------->8---
(bootloader (grub-configuration (device "/dev/sda")
                                (timeout 1)
                                (menu-entries
                                 (list (menu-entry
                                        (label "test")
                                        (initrd "/boot/inittest")
                                        (linux "/boot/vmtest"))))))
--8<---------------cut here---------------end--------------->8---

Mathieu



reply via email to

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