summaryrefslogtreecommitdiffstats
path: root/admin/debootstrap/patches/010-no-nvswitch.patch
blob: 386a56b9529071b72d7c39eb98eff349d4148731 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/usr/share/debootstrap/functions
+++ b/usr/share/debootstrap/functions
@@ -81,7 +81,6 @@ progress_next () {
 }
 
 wgetprogress () {
-	[ ! "$VERBOSE" ] && NVSWITCH="-nv"
 	local ret=0
 	if [ "$USE_DEBIANINSTALLER_INTERACTION" ] && [ "$PROGRESS_NEXT" ]; then
 		# The exit status of a pipeline is that of the last command in