unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: "(" <paren@disroot.org>
To: "Gottfried" <gottfried@posteo.de>, <help-guix@gnu.org>
Subject: Re: messages in updating my config.scm
Date: Thu, 04 Aug 2022 17:43:09 +0100	[thread overview]
Message-ID: <CLXE8741KMTQ.2IGD6P04HSHET@guix-aspire> (raw)
In-Reply-To: <ea70050b-2950-1e1b-7827-269239873d36@posteo.de>

On Thu Aug 4, 2022 at 5:40 PM BST, Gottfried wrote:
> (bootloader
>      (bootloader-configuration
>        (bootloader grub-efi-bootloader)
>        (target "/boot/efi")
You'll want to just change this to:

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

> (swap-devices
>      (list (uuid "51d5cd20-4513-4a02-9e35-df4338eccaa0")))
and this to:

(swap-devices
 (list (swap-space
        (target (uuid "51d5cd20-4513-4a02-9e35-df4338eccaa0")))))

    -- (


      reply	other threads:[~2022-08-04 16:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-04 16:40 messages in updating my config.scm Gottfried
2022-08-04 16:43 ` ( [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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=CLXE8741KMTQ.2IGD6P04HSHET@guix-aspire \
    --to=paren@disroot.org \
    --cc=gottfried@posteo.de \
    --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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).