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: dian_cecht
Subject: Re: Unable to get (menu-entries (...)) to work properly
Date: Sun, 9 Apr 2017 01:25:52 -0700

On Sun, 9 Apr 2017 01:17:10 -0700
<address@hidden> wrote:

> On Sun, 09 Apr 2017 09:59:07 +0200 (CEST)
> Thomas Danckaert <address@hidden> wrote:
> 
> > 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  
> 
> I tried that and I'm still getting an error. Attached is the related
> screenshot.

Nevermind. Apparently system reconfigure craps itself when
(linux-arguments ...) is passed an empty string.




reply via email to

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