all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#66220: VM root file system has no label
@ 2023-09-26 22:00 Ricardo Wurmus
  0 siblings, 0 replies; only message in thread
From: Ricardo Wurmus @ 2023-09-26 22:00 UTC (permalink / raw)
  To: 66220

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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-09-26 22:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-26 22:00 bug#66220: VM root file system has no label Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.