Hi Alex,

Alex ter Weele <alex.ter.we...@gmail.com> skribis:

> I guix-pulled to something recent and got an error that was something
> like "cannot stat: "my-root"".
>
> My operating-system has sections like:
>
>   (mapped-devices
>    (list (mapped-device
>           (source (uuid "97c130e9-edf4-40e4-8bfc-88fba056ffce"))
>           (target "my-root")
>           (type luks-device-mapping))))
>
>   (file-systems (cons (file-system
>                         (device "my-root")
>                         (mount-point "/")
>                         (type "ext4")
>                         (dependencies mapped-devices))

I think you’re missing:

  (title 'label)

in your ‘file-system’ declaration.  As a consequence, “my-root” is
interpreted to be a device file name.

HTH!

Ludo’.

Reply via email to