Skip to content

feat: add support for vvfat blockdev#6

Merged
hallyn merged 1 commit intoproject-machine:mainfrom
raharper:feat/blockdev-vvfat
Apr 6, 2024
Merged

feat: add support for vvfat blockdev#6
hallyn merged 1 commit intoproject-machine:mainfrom
raharper:feat/blockdev-vvfat

Conversation

@raharper
Copy link
Collaborator

@raharper raharper commented Apr 3, 2024

QEMU's vvfat driver can export a directory as a VFAT filsystem into the guest. In particular, we'd like to be able to set the volume label so that cloud-init can detect the fs as cloud-config. The qemu -drive cli doesn't expose the label property but it is available via the -blockdev command. Here we special case VVFAT in blockdev until an overhaul is done converting all -drive use into -blockdev.

QEMU's vvfat driver can export a directory as a VFAT filsystem into
the guest.  In particular, we'd like to be able to set the volume
label so that cloud-init can detect the fs as cloud-config.  The
qemu -drive cli doesn't expose the label property but it is available
via the -blockdev command.  Here we special case VVFAT in blockdev
until an overhaul is done converting all -drive use into -blockdev.

Signed-off-by: Ryan Harper <rharper@woxford.com>
@raharper raharper requested a review from hallyn April 3, 2024 20:04
@hallyn hallyn merged commit 92b76a2 into project-machine:main Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments