summaryrefslogtreecommitdiffstats
path: root/files/live-dracut.conf
blob: dc239d73f00be1597fcd5b0e9e9ab241f87a16be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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"
# whitelist only the filesystems needed by live CDs and live USB
filesystems="iso9660 vfat =fs/nls squashfs unionfs"
# fibre channel & iSCSI modules are unneeded on live CD/USB and pull 1MB+ of firmware files
omit_drivers+=" qla1280 qla2xxx qla4xxx "