[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#732255: perhaps a missing "COMPONENTS" value



Hi,

May the following patch help ?
Thanks for your comments !

Regards,
JH Chatenet

diff -Naur a/usr/sbin/debootstrap b/usr/sbin/debootstrap
--- a/usr/sbin/debootstrap	2014-02-26 20:31:23.000000000 +0100
+++ b/usr/sbin/debootstrap	2014-02-26 20:32:31.000000000 +0100
@@ -656,6 +656,7 @@
 		setup_apt_sources "${MIRRORS%% *}"
 		mv_invalid_to "${MIRRORS%% *}"
 	else
+		COMPONENTS="${COMPONENTS:-$USE_COMPONENTS}"
 		setup_apt_sources "$DEF_MIRROR"
 		mv_invalid_to "$DEF_MIRROR"
 	fi


Reply to: