I install debian on my computer using the "from another linux" method, and I have a problem with debootsrapt, which cannot go through our proxy. Since I understand that debootstrap does not have a configuration file, it does not accept arguments on the command line (related to the proxy), so I set the following two environment variables:
ftp_proxy=http://myname: mypasswd@proxy.bla.bla.com :4128 http_proxy=http://myname: mypasswd@proxy.bla.bla.com :4128
However, I get:
The Release file can be obtained through the browser, so it exists and so on ...
I wonder if this can be done at all.
thanks
source share