diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-03 04:54:31 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-03 04:54:31 -0500 |
commit | 76033d6ea82669a441290a19804b54e3892388a7 (patch) | |
tree | 4296076d60bcd864383468669d18e83e9ec453c6 /user/qemu/qemu.post-install | |
parent | c7b5a77ca52ce331d117cb8d5892277a487b95ce (diff) | |
download | packages-76033d6ea82669a441290a19804b54e3892388a7.tar.gz packages-76033d6ea82669a441290a19804b54e3892388a7.tar.bz2 packages-76033d6ea82669a441290a19804b54e3892388a7.tar.xz packages-76033d6ea82669a441290a19804b54e3892388a7.zip |
user/qemu: new package
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 |