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

2017-04-10 Thread Ludovic Courtès
Hi, Thomas Danckaert skribis: > From: > 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-a

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

2017-04-09 Thread Thomas Danckaert
From: 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 em

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

2017-04-09 Thread dian_cecht
On Sun, 9 Apr 2017 01:17:10 -0700 wrote: > On Sun, 09 Apr 2017 09:59:07 +0200 (CEST) > Thomas Danckaert wrote: > > > From: > > Subject: Unable to get (menu-entries (...)) to work properly > > Date: Sun, 9 Apr 2017 00:36:42 -0700 > > > > > (bootlo

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

2017-04-09 Thread dian_cecht
On Sun, 09 Apr 2017 09:59:07 +0200 (CEST) Thomas Danckaert wrote: > From: > Subject: Unable to get (menu-entries (...)) to work properly > Date: Sun, 9 Apr 2017 00:36:42 -0700 > > > (bootloader (grub-configuration (device "/dev/sda") > >

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

2017-04-09 Thread Mathieu Othacehe
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 "/de

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

2017-04-09 Thread Thomas Danckaert
From: 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 >

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

2017-04-09 Thread dian_cecht
So I'm trying to define a new menu-entry for my desktop system using GuixSD's system config. I've ran into an interesting problem that I'm not sure how to resolve. Forgive any formatting issues here, I'm having to hand-copy this over from a VM I'm using to test everything. I know it's this piece of