summaryrefslogtreecommitdiffstats
path: root/files/dracut-live.conf
blob: 67ed54eb7c64dacbbba708d23c6af119546bf872 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# it is a live, build initrd to boot any hardware
hostonly="no"
# load mga livecd support
add_dracutmodules+=" mgalive "
# block some dracut modules we dont want / use
omit_dracutmodules+=" caps crypt dm dmraid mdraid lvm nfs i18n resume modsign "
# compress initrd with xz
compress_l="xz"
# whitelist only the filesystems needed by live CDs and live USB
filesystems="iso9660 vfat =fs/nls squashfs overlay"
# ensure drm drivers are available early in the boot sequence
add_drivers+=" amdgpu radeon nouveau i915 vboxvideo "
# fibre channel & iSCSI modules are unneeded on live CD/USB and pull 1MB+ of firmware files
omit_drivers+=" qla1280 qla2xxx qla4xxx "
# pata_acpi is not wanted on boot
omit_drivers+=" pata_acpi "
# dont use early microcode loading as it slows live boot on broken vbox setups (mga#21553)
early_microcode="no"