On Sun, 9 Apr 2017 01:17:10 -0700 <[email protected]> wrote: > On Sun, 09 Apr 2017 09:59:07 +0200 (CEST) > Thomas Danckaert <[email protected]> wrote: > > > From: <[email protected]> > > 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.
