Hi,

this is a workaround for bootstrap with http proxy

[[
diff --git a/scripts/build/bootstrap b/scripts/build/bootstrap
index 8a8293a..41d7e00 100755
--- a/scripts/build/bootstrap
+++ b/scripts/build/bootstrap
@@ -34,6 +34,9 @@ Set_defaults
 # Setup cleanup function
 Setup_cleanup

+# Pre-Configuring chroot
+lb chroot_apt install ${@}
+
 # Bootstrapping system
 lb bootstrap_cache restore ${@}
 lb bootstrap_cdebootstrap ${@}
@@ -54,7 +57,7 @@ lb chroot_upstart install ${@}
 lb chroot_hosts install ${@}
 lb chroot_resolv install ${@}
 lb chroot_hostname install ${@}
-lb chroot_apt install ${@}
+#lb chroot_apt install ${@}

 lb bootstrap_archives binary ${@}

]]

Reply via email to