aboutsummaryrefslogtreecommitdiffstats
path: root/main/qemu/qemu.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'main/qemu/qemu.post-install')
-rw-r--r--main/qemu/qemu.post-install10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/qemu/qemu.post-install b/main/qemu/qemu.post-install
new file mode 100644
index 0000000000..025f7304c6
--- /dev/null
+++ b/main/qemu/qemu.post-install
@@ -0,0 +1,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