1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-15 03:43:53 +02:00
openwrt-packages/admin/debootstrap/patches/010-no-nvswitch.patch

11 lines
328 B
Diff
Raw Normal View History

--- 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