summaryrefslogtreecommitdiff
path: root/packages/sys-boot/dracut-config-redcore/dracut-config-redcore-1337.exheres-0
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-09-23 23:25:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-09-23 23:25:43 +0100
commiteee04575cbc8e0a8b938c0e899be7f7e22d8546d (patch)
treecebad66e737b54a2e2877446ec6acb943028e235 /packages/sys-boot/dracut-config-redcore/dracut-config-redcore-1337.exheres-0
parent195113391bc256c87f562f40d9262bcc8e672080 (diff)
sys-boot/dracut-config-redcore : prevent systemd-bootchart as well
Diffstat (limited to 'packages/sys-boot/dracut-config-redcore/dracut-config-redcore-1337.exheres-0')
-rw-r--r--packages/sys-boot/dracut-config-redcore/dracut-config-redcore-1337.exheres-041
1 files changed, 0 insertions, 41 deletions
diff --git a/packages/sys-boot/dracut-config-redcore/dracut-config-redcore-1337.exheres-0 b/packages/sys-boot/dracut-config-redcore/dracut-config-redcore-1337.exheres-0
deleted file mode 100644
index f719e3a..0000000
--- a/packages/sys-boot/dracut-config-redcore/dracut-config-redcore-1337.exheres-0
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2018 Redcore Linux Project
-# Distributed under the terms of the GNU General Public License v2
-
-SUMMARY="Redcore Linux Project dracut config"
-DESCRIPTION="Dracut configuration file for Redcore Linux Project"
-HOMEPAGE="https://redcorelinux.org"
-
-LICENCES="GPL-2"
-SLOT="0"
-PLATFORMS="~amd64"
-MYOPTIONS=""
-
-DEPENDENCIES="
- run:
- firmware/intel-microcode [[
- description = [ early microcode for Intel CPU's ]
- ]]
- firmware/linux-firmware [[
- description = [ early microcode for AMD CPU's ]
- ]]
-"
-
-WORK="${FILES}"
-
-src_prepare() {
- :
-}
-
-src_configure() {
- :
-}
-
-src_compile() {
- :
-}
-
-src_install() {
- dodir /etc/dracut.conf.d
- insinto /etc/dracut.conf.d
- doins "${FILES}"/redcore-dracut.conf
-}