From 6dfea478adbbe852ea2ae3a7230c00d2d989603c Mon Sep 17 00:00:00 2001 From: Dmitry Badovsky Date: Fri, 7 Nov 2025 10:37:01 +0000 Subject: [PATCH] Update gfxcreate.sh --- gfxcreate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gfxcreate.sh b/gfxcreate.sh index 2f8ed7e..e609551 100644 --- a/gfxcreate.sh +++ b/gfxcreate.sh @@ -43,6 +43,7 @@ do else "clone ERROR"; exit 1 fi qm set $vmid --tags 3,gfx + echo "args: -virtfs local,id=rfb,path=/mnt/pve/syno-tigra/shared/RFB,security_model=passthrough,mount_tag=rfb" >> /etc/pve/qemu-server/${vmid}.conf ## preparing custom CloudInit snippets cp ./gfx.yaml /mnt/pve/syno-tigra/snippets/${vmid}_user.yaml sed -i "s/HOSTNAME/$hostname/g" /mnt/pve/syno-tigra/snippets/${vmid}_user.yaml