help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sudo guix system reconfigure /etc/config.scm


From: Efraim Flashner
Subject: Re: sudo guix system reconfigure /etc/config.scm
Date: Mon, 29 Aug 2022 17:30:21 +0300

On Mon, Aug 29, 2022 at 02:00:23PM +0000, Gottfried wrote:
> I got the same message after changing the parenthesis:
> 
> (bootloader
>   (bootloader-configuration
>     (bootloader grub-efi-bootloader)
>     (targets (list "/boot/efi")
>              (keyboard-layout keyboard-layout))))
> 

Try it like this:

 (bootloader
   (bootloader-configuration
     (bootloader grub-efi-bootloader)
     (targets (list "/boot/efi"))
     (keyboard-layout keyboard-layout)))

> 
> gfp@Tuxedo ~$ sudo guix system reconfigure /etc/config.scm
> Passwort:
> /etc/config.scm:49:6: Fehler: (targets (list "/boot/efi") (keyboard-layout
> keyboard-layout)): invalid field specifier
> 
> 
> What is wrong?
> 
> Gottfried
> 
> 
> 
> Am 28.08.22 um 20:36 schrieb Efraim Flashner:
> > On Sun, Aug 28, 2022 at 05:43:21PM +0000, Gottfried wrote:
> > > Hi Guixers,
> > > 
> > > after changing my config.scm the updating of it shows this message:
> > > 
> > > 
> > > 
> > > /etc/config.scm:49:6: Fehler: (targets (list "/boot/efi") (keyboard-layout
> > > keyboard-layout)): invalid field specifier
> > > 
> > > "Fehler"(in english "mistake")
> > > 
> > > 
> > > my config.scm:
> > > 
> > > (bootloader
> > >      (bootloader-configuration
> > >        (bootloader grub-efi-bootloader)
> > >        (targets (list "/boot/efi")
> > >        (keyboard-layout keyboard-layout))))
> > > 
> > > There is a mistake somewhere?
> > > But where?
> > > 
> > > Gottfried
> > 
> > your parentheses are off. Based on what you have there the indentation
> > should be:
> > 
> > (bootloader
> >    (bootloader-configuration
> >      (bootloader grub-efi-bootloader)
> >      (targets (list "/boot/efi")
> >               (keyboard-layout keyboard-layout))))
> > 
> > I hope that helps you see which parenthesis is in the wrong spot :)
> > 
> > 
> 






-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


reply via email to

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