diff options
author | maximilian attems <maks@debian.org> | 2009-02-17 15:55:11 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2009-02-17 15:56:56 +0100 |
commit | e0cf94677002f7dd2d427ce0ebfe9412b2e45c47 (patch) | |
tree | 07247b7bba923ea75e701a94ce78b48773c5bcef /mkinitramfs | |
parent | 7812c98ccaf731b0d76909f924639af4e9554ed3 (diff) | |
download | initramfs-tools-e0cf94677002f7dd2d427ce0ebfe9412b2e45c47.tar.gz initramfs-tools-e0cf94677002f7dd2d427ce0ebfe9412b2e45c47.zip |
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..
Diffstat (limited to 'mkinitramfs')
-rwxr-xr-x | mkinitramfs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |