all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Unable to get (menu-entries (...)) to work properly
@ 2017-04-09  7:36 dian_cecht
  2017-04-09  7:59 ` Thomas Danckaert
  0 siblings, 1 reply; 7+ messages in thread
From: dian_cecht @ 2017-04-09  7:36 UTC (permalink / raw)
  To: help-guix

[-- Attachment #1: Type: text/plain, Size: 978 bytes --]

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 code that is acting up since this is a recent
addition to an already working config. Replacing the actual
(menu-entry ...) with '() doesn't cause any errors, fwiw.

(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.

[-- Attachment #2: 2017-04-09-003333_720x400_scrot.png --]
[-- Type: image/png, Size: 29862 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-04-10 12:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2017-04-10 12:47       ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.