From 216cf5e5f1b2a119792d89b2c2754ddf292a3f34 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 19 Aug 2017 11:11:26 +0100 Subject: sys-kernel/dracut-config-redcore : new package (split dracut redcore configuration in a separate package) --- sys-kernel/dracut-config-redcore/files/redcore-dracut.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sys-kernel/dracut-config-redcore/files/redcore-dracut.conf (limited to 'sys-kernel/dracut-config-redcore/files') diff --git a/sys-kernel/dracut-config-redcore/files/redcore-dracut.conf b/sys-kernel/dracut-config-redcore/files/redcore-dracut.conf new file mode 100644 index 00000000..7e1c53db --- /dev/null +++ b/sys-kernel/dracut-config-redcore/files/redcore-dracut.conf @@ -0,0 +1,11 @@ +# Host-Only mode: Install only what is needed for booting the local host instead of a generic host and generate host-specific configuration. +hostonly="yes" + +# 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 " + +# Dracut modules to ommit when building the initramfs. +omit_dracutmodules+=" plymouth systemd systemd-initrd systemd-networkd dracut-systemd " -- cgit v1.2.3