diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-01-04 17:41:19 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-01-04 17:41:19 +0000 |
commit | b252d74a825138ea0f76d99328d9d3be2b496395 (patch) | |
tree | fad99fdbce2904815b2fa81b8c5f9b7b162a7864 /sys-apps | |
parent | 7903b81b1317adb13ea8fe737dd65e5be4b9b65e (diff) |
slowly prepare for release version 1701
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/baselayout/baselayout-2.2-r6.ebuild (renamed from sys-apps/baselayout/baselayout-2.2-r5.ebuild) | 2 | ||||
-rw-r--r-- | sys-apps/baselayout/files/baselayout-redcore.patch | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys-apps/baselayout/baselayout-2.2-r5.ebuild b/sys-apps/baselayout/baselayout-2.2-r6.ebuild index 2473db19..56f01f23 100644 --- a/sys-apps/baselayout/baselayout-2.2-r5.ebuild +++ b/sys-apps/baselayout/baselayout-2.2-r6.ebuild @@ -186,7 +186,7 @@ src_install() { echo "LDPATH='${ldpaths#:}'" >> "${D}"/etc/env.d/00basic # rc-scripts version for testing of features that *should* be present - echo "Redcore Linux 1.0" > "${D}"/etc/gentoo-release + echo "Redcore Linux 1701" > "${D}"/etc/gentoo-release # Sabayon customization, install /etc/hosts separately (to .example) mv "${D}"/etc/hosts "${D}"/etc/hosts.example || die "cannot move /etc/hosts" diff --git a/sys-apps/baselayout/files/baselayout-redcore.patch b/sys-apps/baselayout/files/baselayout-redcore.patch index f6334a32..6eaff31d 100644 --- a/sys-apps/baselayout/files/baselayout-redcore.patch +++ b/sys-apps/baselayout/files/baselayout-redcore.patch @@ -1,11 +1,11 @@ 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 ++++ b/etc.Linux/modprobe.d/blacklist.conf 2017-01-04 17:35:32.196531159 +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 ++++ b/etc.Linux/os-release 2017-01-04 17:36:01.981119062 +0000 @@ -1,7 +1,7 @@ -NAME=Gentoo -ID=gentoo @@ -18,5 +18,5 @@ diff -Nur a/etc.Linux/os-release b/etc.Linux/os-release -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" ++SUPPORT_URL="http://wiki.redcorelinux.org" ++BUG_REPORT_URL="http://bugs.redcorelinux.org" |