http://bugzilla.novell.com/show_bug.cgi?id=591400 http://bugzilla.novell.com/show_bug.cgi?id=591400#c0 Summary: Still not possible to exclude KMS drivers from initrd Classification: openSUSE Product: openSUSE 11.3 Version: Milestone 4 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: X.Org AssignedTo: mmarek@novell.com ReportedBy: sndirsch@novell.com QAContact: xorg-maintainer-bugs@forge.provo.novell.com CC: eich@novell.com, mhopf@novell.com Depends on: 591398 Found By: --- Blocker: --- +++ This bug was initially created as a clone of Bug #591398 +++ Unfortunately after adding the NO_KMS_IN_INITRD snippet to sysconfig/kernel (aaa_base change from 2010-03-16), it's still not possible to exclude KMS drivers from initrd since this variable isn't set when it's checked in /lib/mkinitrd/scripts/setup-kms.sh. A stupid fix would be this one. --- /lib/mkinitrd/scripts/setup-kms.sh.orig +++ /lib/mkinitrd/scripts/setup-kms.sh @@ -250,6 +250,7 @@ ################## end of functions ###################### +. /etc/sysconfig/kernel if [ "$NO_KMS_IN_INITRD" != "yes" ] && pciids_on_system then Not sure how to do it correctly. On factory even the snippet for sysconfig/kernel is still missing. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.