commit:     c4ab31059cd5461856ac1d8b7d35cd550d7f7379
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Thu Jun  5 19:23:27 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun  7 23:17:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ab3105

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

Signed-off-by: Filip Kobierski <fkobi <AT> 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 <AT> gentoo.org>

 app-emulation/qemu/qemu-10.0.2.ebuild | 4 ++--
 app-emulation/qemu/qemu-9999.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emulation/qemu/qemu-10.0.2.ebuild 
b/app-emulation/qemu/qemu-10.0.2.ebuild
index c539d8c9d5bb..50468066b82c 100644
--- a/app-emulation/qemu/qemu-10.0.2.ebuild
+++ b/app-emulation/qemu/qemu-10.0.2.ebuild
@@ -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:

diff --git a/app-emulation/qemu/qemu-9999.ebuild 
b/app-emulation/qemu/qemu-9999.ebuild
index a53f9732ac1b..d5861e676caf 100644
--- a/app-emulation/qemu/qemu-9999.ebuild
+++ b/app-emulation/qemu/qemu-9999.ebuild
@@ -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:

Reply via email to