help-guix
[Top][All Lists]
Advanced

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

Specify swap partition by UUID


From: Jesse Gibbons
Subject: Specify swap partition by UUID
Date: Fri, 12 Jul 2019 23:21:09 -0600

I recently discovered my current guixsd system does not use my swap
device, which is a separate drive. I want to specify a UUID. How might
I accomplish this? I do not want to be too adventurous in case I break
something and lose everything.

I tried the following to no avail:
;;;UUID string of swap device
(define swap-uuid ...)
...
 (swap-devices (list (uuid swap-uuid)))

It complained that it did not get a string.

 (swap-devices (list swap-uuid))

It complained about my swap-uuid not being a file or directory.

Any help would be appreciated.

-Jesse



reply via email to

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