help-guix
[Top][All Lists]
Advanced

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

Re: messages in updating my config.scm


From: (
Subject: Re: messages in updating my config.scm
Date: Thu, 04 Aug 2022 17:43:09 +0100

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 via email to

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