summaryrefslogtreecommitdiffstats
path: root/files/live-dracut.conf
blob: f3ccecf6f9691a6466e317d6652081e9aab0135a (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 "
# compress initrd with xz
compress_l="xz"