summaryrefslogtreecommitdiffstats
path: root/files/live-dracut.conf
blob: 29407ab590180edf0908f41f35d888a93dd6a307 (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 "
# 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"