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
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
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
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")
> >
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
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
>
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