summaryrefslogtreecommitdiff
path: root/sys-kernel/dracutcfg/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-15 23:11:14 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-15 23:11:14 +0100
commitd29531ad85df06c8d8ce984af3f4a3166309a0d7 (patch)
tree547ce02edc31459a6eaa9c6cbef0e6a60be06a69 /sys-kernel/dracutcfg/files
parent301dd48da380d39bbc7d1dcbb84c67365c22ea85 (diff)
sys-kernel/dracutcfg : drop
Diffstat (limited to 'sys-kernel/dracutcfg/files')
-rw-r--r--sys-kernel/dracutcfg/files/redcore-dracut.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys-kernel/dracutcfg/files/redcore-dracut.conf b/sys-kernel/dracutcfg/files/redcore-dracut.conf
deleted file mode 100644
index 279e9bed..00000000
--- a/sys-kernel/dracutcfg/files/redcore-dracut.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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 "
-
-# Make sure we have vboxvideo && qxl inside the initramfs (Virtualbox/Qemu)
-add_drivers+=" vboxvideo qxl "