fix kernel version detection in config/scripts/
authorMichael Prokop <mika@grml.org>
Thu, 27 Oct 2011 21:23:40 +0000 (23:23 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 27 Oct 2011 21:23:43 +0000 (23:23 +0200)
It's bullshit to use /lib/modules for kernel version
detection. If a module is still present but the according
linux-image has been removed the config/scripts will fail
since they run depmod for non-existing kernel versions.
So use /boot/vmlinuz-* instead.

Related to issue1069


No differences found