Using Lucid, installing from the Lucid mini.iso. Both AMD64.
In the following I've tried as \, all of apt-get, apt-install, anna-install, dpkg:
d-i preseed/early_command string <cmd+opt> squid-deb-proxy-client
I've also tried:
d-i preseed/early_command string /usr/bin/wget \
-O squid-deb-proxy-client_0.3.1_all.deb \
http://ubuntu.media.mit.edu/ubuntu//pool/universe/s/squid-deb-proxy/squid-deb-proxy-client_0.3.1_all.deb && dpkg -i squid-deb-proxy-client_0.3.1_all.deb
Is this possible, and if nor what is the earliest point one can get a installation to use the squid-deb-proxy server?