diff options
Diffstat (limited to 'user/qemu/qemu.post-install')
-rw-r--r-- | user/qemu/qemu.post-install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/user/qemu/qemu.post-install b/user/qemu/qemu.post-install new file mode 100644 index 000000000..025f7304c --- /dev/null +++ b/user/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 |