summaryrefslogtreecommitdiffstats
path: root/files/live-dracut.conf
blob: c4de2a46c4a8f6dd102f8cd4b7362dea6fb2fd2a (plain)
1
2
3
4
5
6
7
8
9
# 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"
[root@localhost ~]#