unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Thomas Danckaert <post@thomasdanckaert.be>
To: dian_cecht@zoho.com
Cc: help-guix@gnu.org
Subject: Re: Unable to get (menu-entries (...)) to work properly
Date: Sun, 09 Apr 2017 11:21:12 +0200 (CEST)	[thread overview]
Message-ID: <20170409.112112.1762679216497104419.post@thomasdanckaert.be> (raw)
In-Reply-To: <20170409011603.5d085c74@khaalida>

From: <dian_cecht@zoho.com>
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

  parent reply	other threads:[~2017-04-09  9:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-09  7:36 Unable to get (menu-entries (...)) to work properly dian_cecht
2017-04-09  7:59 ` Thomas Danckaert
2017-04-09  8:05   ` Mathieu Othacehe
2017-04-09  8:17   ` dian_cecht
2017-04-09  8:25     ` dian_cecht
2017-04-09  9:21     ` Thomas Danckaert [this message]
2017-04-10 12:47       ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170409.112112.1762679216497104419.post@thomasdanckaert.be \
    --to=post@thomasdanckaert.be \
    --cc=dian_cecht@zoho.com \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).