From 1940fb73c0026847ae26400b37575273eabde23e Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 22 Apr 2012 19:29:12 +0000 Subject: dont add radeon and nouveau in initrd as they prevent display_driver_helper to work its magic --- draklive | 2 ++ 1 file changed, 2 insertions(+) (limited to 'draklive') 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 } -- cgit v1.2.1