Skip to content

Commit 5709b13

Browse files
loacker-devcgwalters
authored andcommitted
virtiofsd_paths: Extends virtiofsd binary locations
This commit extends the list of virtiofsd binary locations. This change enables running a bootc container as an ephemeral VM on Arch Linux, as the Arch package installs the virtiofsd binary in /usr/lib/virtiofsd. Signed-off-by: Matteo Piccinini (loacker) <[email protected]>
1 parent b8b9265 commit 5709b13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/kit/src/qemu.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,7 @@ pub async fn spawn_virtiofsd_async(config: &VirtiofsConfig) -> Result<tokio::pro
884884
"/usr/libexec/virtiofsd",
885885
"/usr/bin/virtiofsd",
886886
"/usr/local/bin/virtiofsd",
887+
"/usr/lib/virtiofsd",
887888
];
888889

889890
let virtiofsd_binary = virtiofsd_paths

0 commit comments

Comments
 (0)