11 lines
281 B
Text
11 lines
281 B
Text
|
#!/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
|