From af88873884da184d98fffd08bf96f3b276b187a2 Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Wed, 2 May 2007 10:15:01 +0200 Subject: mkinitramfs: old linux-image interfaces deprecate them as they should get scrapped next release (keep them for backports.org and friends) --- mkinitramfs | 1 + mkinitramfs-kpkg | 2 ++ 2 files changed, 3 insertions(+) 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%%-*}" diff --git a/mkinitramfs-kpkg b/mkinitramfs-kpkg index df3dc0c..ea0e783 100755 --- a/mkinitramfs-kpkg +++ b/mkinitramfs-kpkg @@ -6,6 +6,8 @@ supported_host_version="" supported_target_version="" outfile="" +# FIXME: drop script after Lenny (needed for Etch linux-images) + usage() { cat >&2 << EOF -- cgit v1.2.3