summaryrefslogtreecommitdiff
path: root/packages/sys-boot/dracut-config-redcore/files/redcore-dracut.conf
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sys-boot/dracut-config-redcore/files/redcore-dracut.conf')
-rw-r--r--packages/sys-boot/dracut-config-redcore/files/redcore-dracut.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/sys-boot/dracut-config-redcore/files/redcore-dracut.conf b/packages/sys-boot/dracut-config-redcore/files/redcore-dracut.conf
new file mode 100644
index 0000000..0791417
--- /dev/null
+++ b/packages/sys-boot/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="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 "