all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Gottfried <gottfried@posteo.de>
To: Efraim Flashner <efraim@flashner.co.il>, help-guix@gnu.org
Subject: Re: sudo guix system reconfigure /etc/config.scm
Date: Mon, 29 Aug 2022 14:36:13 +0000	[thread overview]
Message-ID: <00d33bdb-991a-6a86-23ed-f5e0757571e0@posteo.de> (raw)
In-Reply-To: <YwzNfbyKDebLsujG@3900XT>


[-- Attachment #1.1.1: Type: text/plain, Size: 2533 bytes --]

> Try it like this:
>> 
>>   (bootloader
>>     (bootloader-configuration
>>       (bootloader grub-efi-bootloader)
>>       (targets (list "/boot/efi"))
>>       (keyboard-layout keyboard-layout)))

Thanks very much,

it worked, I am happy

Gottfried


Am 29.08.22 um 16:30 schrieb Efraim Flashner:
> 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 :)
>>>
>>>
>>
> 
> 
> 
> 
> 
> 


-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

Why is HTML email a security nightmare? See https://useplaintext.email/

Please avoid sending me MS-Office attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

      reply	other threads:[~2022-08-29 14:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-28 17:43 sudo guix system reconfigure /etc/config.scm Gottfried
2022-08-28 18:29 ` Efraim Flashner
     [not found] ` <Ywu1v11KeKqs6E5M@3900XT>
2022-08-29 14:00   ` Gottfried
2022-08-29 14:30     ` Efraim Flashner
2022-08-29 14:36       ` Gottfried [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=00d33bdb-991a-6a86-23ed-f5e0757571e0@posteo.de \
    --to=gottfried@posteo.de \
    --cc=efraim@flashner.co.il \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.