Github messages for voidlinux
 help / color / mirror / Atom feed
From: ethieda <ethieda@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Update INSTALL.msg
Date: Fri, 10 Apr 2020 04:13:57 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20816@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 370 bytes --]

There is a new pull request by ethieda against master on the void-packages repository

https://github.com/ethieda/void-packages patch-1
https://github.com/void-linux/void-packages/pull/20816

Update INSTALL.msg
Add sudo to INSTALL.msg so you don't get a permission denied error.

A patch file from https://github.com/void-linux/void-packages/pull/20816.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-1-20816.patch --]
[-- Type: text/x-diff, Size: 913 bytes --]

From ce682b9611ebfcc54cbc334647c2d948c0a88ae5 Mon Sep 17 00:00:00 2001
From: Eddie Thieda <223528+ethieda@users.noreply.github.com>
Date: Thu, 9 Apr 2020 22:12:55 -0400
Subject: [PATCH] Update INSTALL.msg

Add sudo to INSTALL.msg so you don't get a permission denied error.
---
 srcpkgs/qemu/INSTALL.msg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qemu/INSTALL.msg b/srcpkgs/qemu/INSTALL.msg
index 7d61d82bca4..6c47deabb6f 100644
--- a/srcpkgs/qemu/INSTALL.msg
+++ b/srcpkgs/qemu/INSTALL.msg
@@ -1,8 +1,8 @@
 To enable KVM your user must be added to the 'kvm' group:
 
-	$ usermod -aG kvm <username>
+	$ sudo usermod -aG kvm <username>
 
 Don't forget to load the appropiate KVM module for your CPU (x86 only):
 
-	$ modprobe kvm-amd # for AMD CPUs
-	$ modprobe kvm-intel # for Intel CPUs
+	$ sudo modprobe kvm-amd # for AMD CPUs
+	$ sudo modprobe kvm-intel # for Intel CPUs

             reply	other threads:[~2020-04-10  2:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-10  2:13 ethieda [this message]
2020-04-10  7:11 ` Hoshpak
2020-04-10  7:11 ` [PR PATCH] [Closed]: " Hoshpak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20816@inbox.vuxu.org \
    --to=ethieda@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).