summaryrefslogtreecommitdiff
path: root/sys-kernel/dracut/files/redcore-dracut.conf
blob: 7cefe0cc0de141d50a1395f280287c2c668c1492 (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. Uncomment the line bellow, and run "dracut -f" if you want early microcode update.
# early_microcode="yes"

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