summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--files/live-dracut.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/files/live-dracut.conf b/files/live-dracut.conf
index 42b3e24..67ed54e 100644
--- a/files/live-dracut.conf
+++ b/files/live-dracut.conf
@@ -14,3 +14,5 @@ add_drivers+=" amdgpu radeon nouveau i915 vboxvideo "
omit_drivers+=" qla1280 qla2xxx qla4xxx "
# pata_acpi is not wanted on boot
omit_drivers+=" pata_acpi "
+# dont use early microcode loading as it slows live boot on broken vbox setups (mga#21553)
+early_microcode="no"