diff options
Diffstat (limited to 'files/dracut-live.conf')
| -rw-r--r-- | files/dracut-live.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/dracut-live.conf b/files/dracut-live.conf index 7b85a54..7511ea3 100644 --- a/files/dracut-live.conf +++ b/files/dracut-live.conf @@ -9,7 +9,7 @@ compress_l="xz" # whitelist only the filesystems needed by live CDs and live USB filesystems="iso9660 vfat =fs/nls squashfs overlay f2fs" # ensure drm drivers are available early in the boot sequence -add_drivers+=" amdgpu radeon nouveau i915 vboxvideo " +add_drivers+=" amdgpu radeon nouveau i915 vmwgfx " # fibre channel & iSCSI modules are unneeded on live CD/USB and pull 1MB+ of firmware files omit_drivers+=" qla1280 qla2xxx qla4xxx " # pata_acpi is not wanted on boot |
