summaryrefslogtreecommitdiff
path: root/packages/sys-boot/dracut-config-redcore/files/redcore-dracut.conf
blob: 971796c3a5eb2953431937cd3a7cc195ec48dc87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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-bootchart systemd-initrd systemd-networkd dracut-systemd qemu qemu-net "

# Force install /etc/fstab
install_items+=" /etc/fstab "