From e0cf94677002f7dd2d427ce0ebfe9412b2e45c47 Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Tue, 17 Feb 2009 15:55:11 +0100 Subject: mkinitramfs: Complete postlenny cleanup the supported-host long call feature was already dropped before lenny, thus just kick it. no other long calling getopt strings yet.. --- mkinitramfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkinitramfs b/mkinitramfs index d1d46b0..a1d7afe 100755 --- a/mkinitramfs +++ b/mkinitramfs @@ -11,7 +11,7 @@ errors_to="2>/dev/null" # BUSYBOXDIR="/usr/lib/initramfs-tools/bin/" BUSYBOXDIR="/bin" -OPTIONS=`getopt -o d:ko:r:v --long supported-host-version:,supported-target-version: -n "$0" -- "$@"` +OPTIONS=`getopt -o d:ko:r:v -n "$0" -- "$@"` # Check for non-GNU getopt if [ $? != 0 ] ; then echo "Terminating..." >&2 ; exit 1 ; fi -- cgit v1.2.3