Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP5:Update
virtme.18393
0001-virtme-ng-fix-virtiofsd-search-path-on-ope...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-virtme-ng-fix-virtiofsd-search-path-on-openSUSE.patch of Package virtme.18393
From af92241a00f4bf7f4a47649d7488902e936af321 Mon Sep 17 00:00:00 2001 From: Johannes Thumshirn <jth@kernel.org> Date: Mon, 10 Jun 2024 11:53:04 +0200 Subject: [PATCH] virtme-ng: fix virtiofsd search path on openSUSE On openSUSE based systems, virtiofsd is in /usr/lib/virtiofsd/virtiofsd. Fix the search path for it. Signed-off-by: Johannes Thumshirn <jth@kernel.org> --- virtme/commands/run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/virtme/commands/run.py b/virtme/commands/run.py index 95f7684b4821..a3a2f0b5ab1e 100644 --- a/virtme/commands/run.py +++ b/virtme/commands/run.py @@ -582,6 +582,7 @@ class VirtioFS: f"{self.guest_tools_path}/bin/virtiofsd", which("virtiofsd"), "/usr/libexec/virtiofsd", + "/usr/lib/virtiofsd/virtiofsd", "/usr/lib/virtiofsd", "/usr/lib/qemu/virtiofsd", ) -- 2.43.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor