Replace custom virtiofsd package by trixie repository package and remove deprecated wrapper scripts

This commit is contained in:
Raphael Dannecker 2026-04-15 11:38:37 +02:00
parent c709bceab9
commit becf8fb451
5 changed files with 2 additions and 58 deletions

View file

@ -149,7 +149,7 @@ start_virtiofs_service() {
local drive_letter=$3
local socket="/run/user/${UID}/virtiofs-${VM_NAME}-${target_name,,}.sock"
systemd-run --user /usr/local/bin/virtiofsd --uid-map=":${GUEST_UID}:${UID}:1:" --gid-map=":${GUEST_GID}:$(id -g):1:" \
systemd-run --user /usr/lib/qemu/virtiofsd --uid-map=":${GUEST_UID}:${UID}:1:" --gid-map=":${GUEST_GID}:$(id -g):1:" \
--socket-path "${socket}" --shared-dir "${shared_dir}" --syslog
if [[ $? -ne 0 ]]; then