diff options
author | maximilian attems <maks@debian.org> | 2007-05-02 10:15:01 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2007-05-02 10:15:01 +0200 |
commit | af88873884da184d98fffd08bf96f3b276b187a2 (patch) | |
tree | 73d4427ea50e1830c545283e108297970a244180 | |
parent | 6fd917d49cd09c5124df25c48e1458e1a87f2365 (diff) | |
download | initramfs-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)
-rwxr-xr-x | mkinitramfs | 1 | ||||
-rwxr-xr-x | mkinitramfs-kpkg | 2 |
2 files changed, 3 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%%-*}" 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 |