Add qemu guest agent
This commit is contained in:
@@ -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
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
qemu-ga
|
||||
@@ -0,0 +1 @@
|
||||
qemu-ga-log
|
||||
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
longrun
|
||||
Reference in New Issue
Block a user