summaryrefslogtreecommitdiffstats
path: root/files/live-dracut.conf
blob: 35573c0d6a2a70062b4462b4e85fc1d83294a277 (plain)
1
2
3
4
5
6
7
8
9
10
# 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"