安装qemu-ga

1
2
3
4
5
6
7
8
9
10
11
12
# 安装
opkg update
opkg install qemu-ga

# 设置脚本权限
chmod +x /etc/init.d/qemu-ga

# 启用服务
/etc/init.d/qemu-ga enable

# 重启
reboot

重启后检查进程

1
ps aux | grep qemu-ga