Added _GNU_SOURCE define to fix compilation warning. Added patch to fix uclient-fetch as it does not support -nv. Signed-off-by: Rosen Penev <rosenp@gmail.com>
10 lines
328 B
Diff
10 lines
328 B
Diff
--- a/usr/share/debootstrap/functions
|
|
+++ b/usr/share/debootstrap/functions
|
|
@@ -77,7 +77,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
|