summaryrefslogtreecommitdiffstats
path: root/files/live-dracut.conf
blob: 80ba6d4c26a418ce3cbb4fe41250c2c1f9de59e8 (plain)
1
2
3
4
5
6
7
8
# it is a live, build initrd to boot any hardware
hostonly="no"
# load mga livecd support
add_dracutmodules+=" mgalive "
# 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"