Add qemu guest agent

This commit is contained in:
2025-05-26 21:11:01 +02:00
parent e151e4d898
commit 1e8f8cd3dd
18 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,6 @@
devpts
tmpfs-run
# Comment out "remount-root" and uncomment "local-fs"
# if you use separate partition for /var
remount-root
#local-fs

1
rc.qemu-ga/qemu-ga-srv/env/CMD vendored Normal file
View File

@ -0,0 +1 @@
qemu-ga

View File

@ -0,0 +1 @@
qemu-ga-log

View File

@ -0,0 +1,10 @@
#!/bin/execlineb -P
##########################
# Start qemu guest agent #
##########################
fdmove -c 2 1
s6-envdir env
importas -u CMD CMD
exec -c $CMD

View File

@ -0,0 +1 @@
longrun