summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-15 23:09:11 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-15 23:09:11 +0100
commit547cdcd09cc5d4b282dd86b0b3756da2e1a31465 (patch)
tree7cc131e9f3d21509f758832dd7f1b512f8ecd42d
parentac478b5d08406b423f640100ad6d8fea0dd015d2 (diff)
sys-boot/grubcfg : drop
-rw-r--r--metadata/md5-cache/sys-boot/grubcfg-13377
-rw-r--r--metadata/pkg_desc_index1
-rw-r--r--sys-boot/grubcfg/files/grub63
-rw-r--r--sys-boot/grubcfg/grubcfg-1337.ebuild34
4 files changed, 0 insertions, 105 deletions
diff --git a/metadata/md5-cache/sys-boot/grubcfg-1337 b/metadata/md5-cache/sys-boot/grubcfg-1337
deleted file mode 100644
index b0b1c594..00000000
--- a/metadata/md5-cache/sys-boot/grubcfg-1337
+++ /dev/null
@@ -1,7 +0,0 @@
-DEFINED_PHASES=install postinst preinst
-DESCRIPTION=Redcore Linux GRUB configuration files
-EAPI=5
-KEYWORDS=amd64 x86
-LICENSE=GPL-2
-SLOT=0
-_md5_=b45ac8e9ff2671a53a8d760a8a41ba8d
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index
index 036f0eec..00b09e98 100644
--- a/metadata/pkg_desc_index
+++ b/metadata/pkg_desc_index
@@ -44,7 +44,6 @@ sys-auth/polkit-qt 0.113.0-r10: PolicyKit Qt API wrapper library (meta package)
sys-auth/polkit-qt5 0.113.0-r10: Qt wrapper around polkit-1 client libraries
sys-boot/etcher 1.5.116: Flash OS images to SD cards & USB drives, safely and easily.
sys-boot/grub 2.04-r314: GNU GRUB boot loader
-sys-boot/grubcfg 1337: Redcore Linux GRUB configuration files
sys-boot/os-prober 1.77-r10: Utility to detect other OSs on a set of drives
sys-boot/plymouth 0.9.4-r10: Graphical boot animation (splash) and logger
sys-boot/unetbootin-static 625-r2: Universal Netboot Installer creates Live USB systems for various OS distributions
diff --git a/sys-boot/grubcfg/files/grub b/sys-boot/grubcfg/files/grub
deleted file mode 100644
index b88083b2..00000000
--- a/sys-boot/grubcfg/files/grub
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-#
-# To populate all changes in this file you need to regenerate your
-# grub configuration file afterwards:
-# 'grub2-mkconfig -o /boot/grub/grub.cfg'
-#
-# See the grub info page for documentation on possible variables and
-# their associated values.
-
-GRUB_DISTRIBUTOR="Redcore"
-
-# Default menu entry
-#GRUB_DEFAULT=0
-
-# Boot the default entry this many seconds after the menu is displayed
-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"
-
-# Uncomment to disable graphical terminal (grub-pc only)
-#GRUB_TERMINAL=console
-
-# The resolution used on graphical terminal.
-# Note that you can use only modes which your graphic card supports via VBE.
-# You can see them in real GRUB with the command `vbeinfo'.
-GRUB_GFXMODE="1366x768,1024x768,auto"
-
-# Set to 'text' to force the Linux kernel to boot in normal text
-# mode, 'keep' to preserve the graphics mode set using
-# 'GRUB_GFXMODE', 'WIDTHxHEIGHT'['xDEPTH'] to set a particular
-# graphics mode, or a sequence of these separated by commas or
-# semicolons to try several modes in sequence.
-GRUB_GFXPAYLOAD_LINUX="keep"
-
-# Path to theme spec txt file.
-# The starfield is by default provided with use truetype.
-# NOTE: when enabling custom theme, ensure you have required font/etc.
-GRUB_THEME="/usr/share/grub/themes/redcore/theme.txt"
-
-# Background image used on graphical terminal.
-# Can be in various bitmap formats.
-GRUB_BACKGROUND="/usr/share/grub/themes/redcore/terminal_bg.png"
-
-# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to kernel
-#GRUB_DISABLE_LINUX_UUID=true
-
-# Uncomment to disable generation of recovery mode menu entries
-#GRUB_DISABLE_RECOVERY=true
-
-# Uncomment to disable generation of the submenu and put all choices on
-# the top-level menu.
-# Besides the visual affect of no sub menu, this makes navigation of the
-# menu easier for a user who can't see the screen.
-#GRUB_DISABLE_SUBMENU=y
-
-# Uncomment to play a tone when the main menu is displayed.
-# This is useful, for example, to allow users who can't see the screen
-# to know when they can make a choice on the menu.
-#GRUB_INIT_TUNE="60 800 1"
diff --git a/sys-boot/grubcfg/grubcfg-1337.ebuild b/sys-boot/grubcfg/grubcfg-1337.ebuild
deleted file mode 100644
index 490e1933..00000000
--- a/sys-boot/grubcfg/grubcfg-1337.ebuild
+++ /dev/null
@@ -1,34 +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=""
-
-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
-}