From eee04575cbc8e0a8b938c0e899be7f7e22d8546d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 23 Sep 2018 23:25:43 +0100 Subject: sys-boot/dracut-config-redcore : prevent systemd-bootchart as well --- .../dracut-config-redcore-1337-r1.exheres-0 | 41 ++++++++++++++++++++++ .../dracut-config-redcore-1337.exheres-0 | 41 ---------------------- .../files/redcore-dracut.conf | 2 +- 3 files changed, 42 insertions(+), 42 deletions(-) create mode 100644 packages/sys-boot/dracut-config-redcore/dracut-config-redcore-1337-r1.exheres-0 delete mode 100644 packages/sys-boot/dracut-config-redcore/dracut-config-redcore-1337.exheres-0 diff --git a/packages/sys-boot/dracut-config-redcore/dracut-config-redcore-1337-r1.exheres-0 b/packages/sys-boot/dracut-config-redcore/dracut-config-redcore-1337-r1.exheres-0 new file mode 100644 index 0000000..f719e3a --- /dev/null +++ b/packages/sys-boot/dracut-config-redcore/dracut-config-redcore-1337-r1.exheres-0 @@ -0,0 +1,41 @@ +# 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 +} 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 -} diff --git a/packages/sys-boot/dracut-config-redcore/files/redcore-dracut.conf b/packages/sys-boot/dracut-config-redcore/files/redcore-dracut.conf index 0791417..3670082 100644 --- a/packages/sys-boot/dracut-config-redcore/files/redcore-dracut.conf +++ b/packages/sys-boot/dracut-config-redcore/files/redcore-dracut.conf @@ -8,4 +8,4 @@ early_microcode="yes" add_dracutmodules+=" drm plymouth " # Dracut modules to ommit when building the initramfs. -omit_dracutmodules+=" systemd systemd-initrd systemd-networkd dracut-systemd " +omit_dracutmodules+=" systemd systemd-bootchart systemd-initrd systemd-networkd dracut-systemd " -- cgit v1.2.3