summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2012-04-22 19:29:12 +0000
committerThomas Backlund <tmb@mageia.org>2012-04-22 19:29:12 +0000
commit1940fb73c0026847ae26400b37575273eabde23e (patch)
tree9521994d8b028f743022f0b3e308ad3134c6d0ee
parent0ad800a731880f5eb3d45dd5f2ac84d33713181d (diff)
downloaddraklive-1940fb73c0026847ae26400b37575273eabde23e.tar
draklive-1940fb73c0026847ae26400b37575273eabde23e.tar.gz
draklive-1940fb73c0026847ae26400b37575273eabde23e.tar.bz2
draklive-1940fb73c0026847ae26400b37575273eabde23e.tar.xz
draklive-1940fb73c0026847ae26400b37575273eabde23e.zip
dont add radeon and nouveau in initrd as they prevent display_driver_helper to work its magic
-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
}