diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-09-23 23:07:21 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-09-23 23:07:21 +0100 |
commit | a80e14f4928139917933da5f765751e1ca4676b8 (patch) | |
tree | 1b8eb50012c9609dca87fd16e378a8d3a04f01a8 /packages/sys-boot/dracut-config-redcore/dracut-config-redcore-1337.exheres-0 | |
parent | 2c6cccd18a2e5ce01b696a7684140ef68430dce8 (diff) |
sys-boot/dracut : recommend sys-boot/dracut-config-redcore (new exheres)
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-0 | 39 |
1 files changed, 39 insertions, 0 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 new file mode 100644 index 0000000..5110049 --- /dev/null +++ b/packages/sys-boot/dracut-config-redcore/dracut-config-redcore-1337.exheres-0 @@ -0,0 +1,39 @@ +# 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 ] + ]] +" + +src_prepare() { + : +} + +src_configure() { + : +} + +src_compile() { + : +} + +src_install() { + dodir /etc/dracut.conf.d + insinto /etc/dracut.conf.d + doins "${FILES}"/redcore-dracut.conf +} |