From 29f1bd96807023d399b4902991b6a3b5f47d387d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 13 Jan 2019 11:34:14 +0000 Subject: sys-boot/grub-config-redcore : drop vboxvideo blacklist --- sys-boot/grub-config-redcore/files/grub | 2 +- .../grub-config-redcore-1337-r1.ebuild | 36 ---------------------- .../grub-config-redcore-1337-r2.ebuild | 36 ++++++++++++++++++++++ 3 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 sys-boot/grub-config-redcore/grub-config-redcore-1337-r1.ebuild create mode 100644 sys-boot/grub-config-redcore/grub-config-redcore-1337-r2.ebuild (limited to 'sys-boot') diff --git a/sys-boot/grub-config-redcore/files/grub b/sys-boot/grub-config-redcore/files/grub index bfa1bf27..b88083b2 100644 --- a/sys-boot/grub-config-redcore/files/grub +++ b/sys-boot/grub-config-redcore/files/grub @@ -19,7 +19,7 @@ GRUB_TIMEOUT="5" #GRUB_TIMEOUT_STYLE=menu # Append parameters to the linux kernel command line for non-recovery entries -GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=1 splash modprobe.blacklist=vboxvideo" +GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=1 splash" # Uncomment to disable graphical terminal (grub-pc only) #GRUB_TERMINAL=console diff --git a/sys-boot/grub-config-redcore/grub-config-redcore-1337-r1.ebuild b/sys-boot/grub-config-redcore/grub-config-redcore-1337-r1.ebuild deleted file mode 100644 index a4b0a6c3..00000000 --- a/sys-boot/grub-config-redcore/grub-config-redcore-1337-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -DESCRIPTION="Redcore Linux GRUB configuration files" -HOMEPAGE="" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="sys-boot/grub" - -S="${FILESDIR}" - -src_install() { - dodir "etc/default" || die - insinto "etc/default" || die - newins grub grub.example || die -} - -pkg_preinst() { - if [[ -f ""${ROOT}"etc/default/grub" ]]; then - mv ""${ROOT}"etc/default/grub" ""${ROOT}"etc/default/grub.bak" - fi -} - -pkg_postinst() { - if [[ -f ""${ROOT}"etc/default/grub.bak" ]]; then - mv ""${ROOT}"etc/default/grub.bak" ""${ROOT}"etc/default/grub" - fi -} diff --git a/sys-boot/grub-config-redcore/grub-config-redcore-1337-r2.ebuild b/sys-boot/grub-config-redcore/grub-config-redcore-1337-r2.ebuild new file mode 100644 index 00000000..a4b0a6c3 --- /dev/null +++ b/sys-boot/grub-config-redcore/grub-config-redcore-1337-r2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="Redcore Linux GRUB configuration files" +HOMEPAGE="" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="sys-boot/grub" + +S="${FILESDIR}" + +src_install() { + dodir "etc/default" || die + insinto "etc/default" || die + newins grub grub.example || die +} + +pkg_preinst() { + if [[ -f ""${ROOT}"etc/default/grub" ]]; then + mv ""${ROOT}"etc/default/grub" ""${ROOT}"etc/default/grub.bak" + fi +} + +pkg_postinst() { + if [[ -f ""${ROOT}"etc/default/grub.bak" ]]; then + mv ""${ROOT}"etc/default/grub.bak" ""${ROOT}"etc/default/grub" + fi +} -- cgit v1.2.3