From 53348f641a11adf645093c0f3f999d871601e994 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 15 Oct 2021 22:56:18 +0100 Subject: sys-apps/baselayout : revision bump --- sys-apps/baselayout/files/dracutcfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sys-apps/baselayout/files/dracutcfg (limited to 'sys-apps/baselayout/files/dracutcfg') 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 " -- cgit v1.2.3