summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--metadata/md5-cache/sys-kernel/dracutcfg-13377
-rw-r--r--metadata/pkg_desc_index1
-rw-r--r--sys-kernel/dracutcfg/dracutcfg-1337.ebuild32
-rw-r--r--sys-kernel/dracutcfg/files/redcore-dracut.conf14
4 files changed, 0 insertions, 54 deletions
diff --git a/metadata/md5-cache/sys-kernel/dracutcfg-1337 b/metadata/md5-cache/sys-kernel/dracutcfg-1337
deleted file mode 100644
index 24670a1a..00000000
--- a/metadata/md5-cache/sys-kernel/dracutcfg-1337
+++ /dev/null
@@ -1,7 +0,0 @@
-DEFINED_PHASES=install postinst preinst
-DESCRIPTION=Redcore Linux Dracut configuration files
-EAPI=5
-KEYWORDS=amd64 x86
-LICENSE=GPL-2
-SLOT=0
-_md5_=35e8dc545ff8618efcfcf1f443724748
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index
index b0efb4a7..bbd182ff 100644
--- a/metadata/pkg_desc_index
+++ b/metadata/pkg_desc_index
@@ -59,7 +59,6 @@ sys-kernel/bbswitch-dkms 0.8-r1: BBswitch sources for linux
sys-kernel/broadcom-sta-dkms 6.30.223.271-r5: Broadcom's IEEE 802.11a/b/g/n hybrid Linux device driver source
sys-kernel/dkms 2.3-r1: Dynamic Kernel Module Support
sys-kernel/dracut 048-r5: Generic initramfs generation tool
-sys-kernel/dracutcfg 1337: Redcore Linux Dracut configuration files
sys-kernel/linux-headers 5.10-r10: Linux system headers
sys-kernel/linux-image-redcore 5.14.10: Redcore Linux Kernel Image
sys-kernel/linux-image-redcore-lts 5.10.71: Redcore Linux Kernel Image (LTS)
diff --git a/sys-kernel/dracutcfg/dracutcfg-1337.ebuild b/sys-kernel/dracutcfg/dracutcfg-1337.ebuild
deleted file mode 100644
index 80ffaf22..00000000
--- a/sys-kernel/dracutcfg/dracutcfg-1337.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-DESCRIPTION="Redcore Linux Dracut configuration files"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-S="${FILESDIR}"
-
-src_install() {
- dodir "etc/dracut.conf.d" || die
- insinto "etc/dracut.conf.d" || die
- newins redcore-dracut.conf redcore-dracut.conf.example || die
-}
-
-pkg_preinst() {
- if [[ -f ""${ROOT}"etc/dracut.conf.d/redcore-dracut.conf" ]]; then
- rm -rf ""${ROOT}"etc/dracut.conf.d/redcore-dracut.conf"
- fi
-}
-
-pkg_postinst() {
- cp -avx ""${ROOT}"etc/dracut.conf.d/redcore-dracut.conf.example" ""${ROOT}"etc/dracut.conf.d/redcore-dracut.conf"
-}
diff --git a/sys-kernel/dracutcfg/files/redcore-dracut.conf b/sys-kernel/dracutcfg/files/redcore-dracut.conf
deleted file mode 100644
index 279e9bed..00000000
--- a/sys-kernel/dracutcfg/files/redcore-dracut.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-# Host-Only mode: Install only what is needed for booting the local host instead of a generic host and generate host-specific configuration.
-hostonly="no"
-
-# Combine early microcode with ramdisk. Uncomment the line bellow, and run "dracut -f" if you want early microcode update.
-# early_microcode="yes"
-
-# Dracut modules to add when building the iniframfs
-add_dracutmodules+=" drm plymouth "
-
-# Dracut modules to ommit when building the initramfs.
-omit_dracutmodules+=" systemd systemd-initrd systemd-networkd dracut-systemd "
-
-# Make sure we have vboxvideo && qxl inside the initramfs (Virtualbox/Qemu)
-add_drivers+=" vboxvideo qxl "