From e9d98f488302b8bf55cf356937613340e875402f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 8 Apr 2011 11:51:42 -0400 Subject: Removed the --boot-floppies switch and mode. Assuming this has not been used in 10 years. --- functions | 9 --------- 1 file changed, 9 deletions(-) (limited to 'functions') diff --git a/functions b/functions index 46f4b78..b4f74a9 100644 --- a/functions +++ b/functions @@ -66,9 +66,6 @@ wgetprogress () { if [ "$USE_DEBIANINSTALLER_INTERACTION" ] && [ "$PROGRESS_NEXT" ]; then wget "$@" 2>&1 >/dev/null | $PKGDETAILS "WGET%" $PROGRESS_NOW $PROGRESS_NEXT $PROGRESS_END >&3 ret=$? - elif [ "$USE_BOOTFLOPPIES_INTERACTION" ] && [ "$PROGRESS_NEXT" ]; then - wget "$@" 2>&1 >/dev/null | $PKGDETAILS "WGET%" $PROGRESS_NOW $PROGRESS_NEXT $PROGRESS_END "$PROGRESS_WHAT" >&3 - ret=$? else wget $QSWITCH "$@" ret=$? @@ -90,12 +87,6 @@ progress () { (echo "P: $now $end $name" for x in "$@"; do echo "PA: $x"; done echo "PF: $fmt") >&3 - elif [ "$USE_BOOTFLOPPIES_INTERACTION" ]; then - PROGRESS_NOW="$now" - PROGRESS_END="$end" - PROGRESS_WHAT="`printf "$fmt" "$@"`" - PROGRESS_NEXT="" - printf "P: %s %s %s\n" $now $end "$PROGRESS_WHAT" >&3 fi } -- cgit v1.2.3