Replace ArchLinux module detection with generic method.
authorErik Nolte <erik_nolte@acm.org>
Thu, 6 Oct 2011 20:47:26 +0000 (14:47 -0600)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 14 Oct 2011 09:58:24 +0000 (10:58 +0100)
commit65125379903231f1b0c2ccd0929123317c80bcc2
tree3c19abc8fe77a3fc60789a0f0c2777e835503f12
parenta98be5ba1deea4f0b46eb4273ea278e3e0eb87ea
Replace ArchLinux module detection with generic method.

ArchLinux used to keep its kernel in /boot/vmlinuz26 but, with
Linux 3.0, now uses /boot/vmlinuz-linux.  Instead of just changing the
kernel filename and module directory, this change removes the ArchLinux
specific code, lets febootstrap find a kernel, and then computes the
module directory from the version string extracted from the actual kernel
file.
helper/kernel.c