summaryrefslogtreecommitdiff
path: root/sys-apps/baselayout/files/dracutcfg
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-15 22:56:18 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-15 22:56:18 +0100
commit53348f641a11adf645093c0f3f999d871601e994 (patch)
tree8afce911a2359ba4ef185a7dcfe4eaa45523e5eb /sys-apps/baselayout/files/dracutcfg
parent112ff33ba7aca31a8368ad998ba5229bf926f45c (diff)
sys-apps/baselayout : revision bump
Diffstat (limited to 'sys-apps/baselayout/files/dracutcfg')
-rw-r--r--sys-apps/baselayout/files/dracutcfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-apps/baselayout/files/dracutcfg b/sys-apps/baselayout/files/dracutcfg
new file mode 100644
index 00000000..279e9bed
--- /dev/null
+++ b/sys-apps/baselayout/files/dracutcfg
@@ -0,0 +1,14 @@
+# 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 "