aboutsummaryrefslogtreecommitdiffstats
path: root/community/qemu/qemu.post-install
blob: 025f7304c6f4d09e4b4885e1948977a5bbd1607a (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

cat 1>&2 <<EOF
*
* If you want to run VM as unprivileged user and let Qemu create tunX devices,
* then you must add that user to the group "qemu".
* If you use KVM for hardware-assisted virtualization, then you may also need
* to add that user to the group "kvm".
*
EOF