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 11:21:12 +0200 (CEST)

From: <address@hidden>
Subject: Re: Unable to get (menu-entries (...)) to work properly
Date: Sun, 9 Apr 2017 01:17:10 -0700

I tried that and I'm still getting an error. Attached is the related
screenshot.

The field `linux-arguments' in your menu-entry should also be a list (your example had an empty string). If you don't want to specify any arguments, you can also leave it out (the default is an empty list. Otherwise, see this example from the manual:

     (menu-entry
       (label "The Other Distro")
       (linux "/boot/old/vmlinux-2.6.32")
       (linux-arguments '("root=/dev/sda2"))
       (initrd "/boot/old/initrd"))

Thomas



reply via email to

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