bug-guix
[Top][All Lists]
Advanced

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

bug#66220: VM root file system has no label


From: Ricardo Wurmus
Subject: bug#66220: VM root file system has no label
Date: Wed, 27 Sep 2023 00:00:22 +0200
User-agent: mu4e 1.10.7; emacs 29.0.92

When building a Guix System VM (qcow2) image from an operating system
file containing the following file systems

  (file-systems (append
                 (list (file-system
                         (device (file-system-label "my-root"))
                         (mount-point "/")
                         (type "ext4")))
                 %base-file-systems))

the resulting image will not have the label “my-root”.  When booting the
virtual machine and reconfiguring with the configuration file (as saved
by “--save-provenance”) Guix will complain about the fact that there is
no disk with the given label.

-- 
Ricardo





reply via email to

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