diff options
author | Thomas Backlund <tmb@mageia.org> | 2012-04-22 19:29:12 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2012-04-22 19:29:12 +0000 |
commit | 1940fb73c0026847ae26400b37575273eabde23e (patch) | |
tree | 9521994d8b028f743022f0b3e308ad3134c6d0ee | |
parent | 0ad800a731880f5eb3d45dd5f2ac84d33713181d (diff) | |
download | drakiso-1940fb73c0026847ae26400b37575273eabde23e.tar drakiso-1940fb73c0026847ae26400b37575273eabde23e.tar.gz drakiso-1940fb73c0026847ae26400b37575273eabde23e.tar.bz2 drakiso-1940fb73c0026847ae26400b37575273eabde23e.tar.xz drakiso-1940fb73c0026847ae26400b37575273eabde23e.zip |
dont add radeon and nouveau in initrd as they prevent display_driver_helper to work its magic
-rwxr-xr-x | draklive | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 } |