summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdraklive2
1 files changed, 2 insertions, 0 deletions
diff --git a/draklive b/draklive
index 1a5daa5..671508d 100755
--- a/draklive
+++ b/draklive
@@ -320,6 +320,8 @@ sub post_install_system {
hostonly="no"
# load mga livecd support
add_dracutmodules+=" mgalive "
+# dont add theese in initrd as they prevent display_driver_helper to work"
+omit_drivers+=" radeon nouveau "
EOF
}