summaryrefslogtreecommitdiff
path: root/sys-kernel/dracut/files/redcore-dracut.conf
blob: 0009cc1633885bfee0227e18f6e55734b03ab2be (plain)
1
2
3
4
5
6
7
8
# 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
early_microcode="yes"

# Omit including systemd dracut modules when building the initramfs.
omit_dracutmodules+=" systemd systemd-initrd systemd-networkd dracut-systemd "