help-guix
[Top][All Lists]
Advanced

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

reconfigure with mapped-devices broken after e37944d8270cdca5729e3583136


From: Alex ter Weele
Subject: reconfigure with mapped-devices broken after e37944d8270cdca5729e3583136c4fe9d487779c?
Date: Tue, 06 Mar 2018 22:26:18 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hello!

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))
                      %base-file-systems))

I guix-pulled to the titular commit and was able to reconfigure
successfully. Did something change in
424cea8083a4cee63290c80235aed61bd12affb1 or near there that could have
caused what I observed?



reply via email to

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