0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-22 13:06:15 +00:00
packages/admin/debootstrap/patches/010-no-nvswitch.patch
Daniel Golle 494a13dd23 debootstrap: update to version 1.0.124
Update package and use @DEBIAN mirror.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-10-09 17:02:32 +01:00

11 lines
328 B
Diff

--- a/usr/share/debootstrap/functions
+++ b/usr/share/debootstrap/functions
@@ -78,7 +78,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