diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/live-dracut.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/live-dracut.conf b/files/live-dracut.conf index 7da277a..42b3e24 100644 --- a/files/live-dracut.conf +++ b/files/live-dracut.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" # ensure drm drivers are available early in the boot sequence -add_drivers+=" amdgpu radeon nouveau i915 " +add_drivers+=" amdgpu radeon nouveau i915 vboxvideo " # 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 |