Skip to content

Commit ee99d23

Browse files
author
Andrea Righi
authored
Merge pull request #100 from jfernandez/virtiofsd-arch
Add additional path for virtiofsd executable
2 parents dd36af8 + adc4e9d commit ee99d23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

virtme/commands/run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,7 @@ def _get_virtiofsd_path(self):
587587
f"{self.guest_tools_path}/bin/virtiofsd",
588588
which("virtiofsd"),
589589
"/usr/libexec/virtiofsd",
590+
"/usr/lib/virtiofsd",
590591
"/usr/lib/qemu/virtiofsd",
591592
)
592593
for path in possible_paths:

0 commit comments

Comments
 (0)