summaryrefslogtreecommitdiff
path: root/sys-apps/baselayout/files/baselayout-redcore.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-11-06 15:13:28 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-11-06 15:13:28 +0000
commitb48e0db30fd5f151147b07debf507ca8be70670b (patch)
treeb35140c2efd6c2709370a58dd53cac0ebc82dce8 /sys-apps/baselayout/files/baselayout-redcore.patch
parent444c598f2282e56dc4050224e5d5a502bf8676fc (diff)
improve baselayout to autoinclude a blacklist.conf by default
Diffstat (limited to 'sys-apps/baselayout/files/baselayout-redcore.patch')
-rw-r--r--sys-apps/baselayout/files/baselayout-redcore.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-apps/baselayout/files/baselayout-redcore.patch b/sys-apps/baselayout/files/baselayout-redcore.patch
new file mode 100644
index 00000000..f6334a32
--- /dev/null
+++ b/sys-apps/baselayout/files/baselayout-redcore.patch
@@ -0,0 +1,22 @@
+diff -Nur a/etc.Linux/modprobe.d/blacklist.conf b/etc.Linux/modprobe.d/blacklist.conf
+--- a/etc.Linux/modprobe.d/blacklist.conf 1970-01-01 01:00:00.000000000 +0100
++++ b/etc.Linux/modprobe.d/blacklist.conf 2016-11-06 15:09:49.930439684 +0000
+@@ -0,0 +1 @@
++blacklist vboxvideo
+diff -Nur a/etc.Linux/os-release b/etc.Linux/os-release
+--- a/etc.Linux/os-release 2012-05-17 05:21:08.000000000 +0100
++++ b/etc.Linux/os-release 2016-11-06 15:08:06.375432952 +0000
+@@ -1,7 +1,7 @@
+-NAME=Gentoo
+-ID=gentoo
+-PRETTY_NAME="Gentoo/Linux"
++NAME=Redcore
++ID=redcore
++PRETTY_NAME="Redcore/Linux"
+ ANSI_COLOR="1;32"
+-HOME_URL="http://www.gentoo.org/"
+-SUPPORT_URL="http://www.gentoo.org/main/en/support.xml"
+-BUG_REPORT_URL="https://bugs.gentoo.org/"
++HOME_URL="http://redcorelinux.org"
++SUPPORT_URL="http://redcorelinux.org"
++BUG_REPORT_URL="http://redcorelinux.org"