summaryrefslogtreecommitdiffstats
path: root/files/live-dracut.conf
blob: 47a17a8c2830e61952e5864fa7bbaab060965243 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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 "
# dont add theese in initrd as they prevent display_driver_helper to work"
omit_drivers+=" radeon nouveau i915 "
# compress initrd with xz
compress_l="xz"
# fibre channel & iSCSI modules are unneeded on live CD/USB and pull 1MB+ of firmware files
omit_drivers+=" qla1280 qla2xxx qla4xxx "