summaryrefslogtreecommitdiff
path: root/mkinitramfs
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2007-05-02 10:15:01 +0200
committermaximilian attems <maks@debian.org>2007-05-02 10:15:01 +0200
commitaf88873884da184d98fffd08bf96f3b276b187a2 (patch)
tree73d4427ea50e1830c545283e108297970a244180 /mkinitramfs
parent6fd917d49cd09c5124df25c48e1458e1a87f2365 (diff)
downloadinitramfs-tools-af88873884da184d98fffd08bf96f3b276b187a2.tar.gz
initramfs-tools-af88873884da184d98fffd08bf96f3b276b187a2.zip
mkinitramfs: old linux-image interfaces deprecate them
as they should get scrapped next release (keep them for backports.org and friends)
Diffstat (limited to 'mkinitramfs')
-rwxr-xr-xmkinitramfs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkinitramfs b/mkinitramfs
index e7b9b13..a2e643c 100755
--- a/mkinitramfs
+++ b/mkinitramfs
@@ -63,6 +63,7 @@ while true; do
esac
done
+# FIXME: remove after Lenny (needed for Etch linux-images)
if [ -n "$supported_host_version" ] || [ -n "$supported_target_version" ]; then
if [ -n "$supported_host_version" ]; then
host_upstream_version="${supported_host_version%%-*}"