app-emulation/qemu: replace $ with # for root commands

Signed-off-by: Filip Kobierski <fkobi@pm.me>
Part-of: https://github.com/gentoo/gentoo/pull/39205
Closes: https://github.com/gentoo/gentoo/pull/39205
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Filip Kobierski
2025-06-05 21:23:27 +02:00
committed by Sam James
parent bb52886e36
commit c4ab31059c
2 changed files with 4 additions and 4 deletions

View File

@@ -369,12 +369,12 @@ kernel module is loaded is to load it on boot.
Please review /etc/conf.d/modules for how to load these.
Make sure your user is in the 'kvm' group. Just run
$ gpasswd -a <USER> kvm
# gpasswd -a <USER> kvm
then have <USER> re-login.
For brand new installs, the default permissions on /dev/kvm might not let
you access it. You can tell udev to reset ownership/perms:
$ udevadm trigger -c add /dev/kvm
# udevadm trigger -c add /dev/kvm
If you want to register binfmt handlers for qemu user targets:
For openrc:

View File

@@ -369,12 +369,12 @@ kernel module is loaded is to load it on boot.
Please review /etc/conf.d/modules for how to load these.
Make sure your user is in the 'kvm' group. Just run
$ gpasswd -a <USER> kvm
# gpasswd -a <USER> kvm
then have <USER> re-login.
For brand new installs, the default permissions on /dev/kvm might not let
you access it. You can tell udev to reset ownership/perms:
$ udevadm trigger -c add /dev/kvm
# udevadm trigger -c add /dev/kvm
If you want to register binfmt handlers for qemu user targets:
For openrc: