From: Evgeni Golov Date: Wed, 8 Aug 2012 06:25:22 +0000 (+0200) Subject: Dynamically determine the correct kernel package name X-Git-Tag: v0.55~6 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=91e39fcde40898c7b5f4d5a96e042ab02ea40af3;hp=91e39fcde40898c7b5f4d5a96e042ab02ea40af3 Dynamically determine the correct kernel package name Dynamically determine the correct kernel package name by checking if the package exists. This allows bootstrapping from a Debian ISO which, depending on the release, only contains the linux-image-2.6-$ARCH or the linux-image-$ARCH meta-package. Thanks to Ulrich Dangel for the initial patch and the great discussion! Closes: issue1206 ---