3 if [ -n "$APTPROXY" ]; then
4 echo "Acquire::http::Proxy \"$APTPROXY\";" > $target/etc
/apt
/apt.conf.d
/02proxy
6 rm -f $target/etc
/apt
/apt.conf.d
/02proxy
9 echo force-unsafe-io
> $target/etc
/dpkg
/dpkg.cfg.d
/unsafe-io
11 # you may want to add i386 arch to amd64 hosts
12 # if ifclass AMD64; then
13 # $ROOTCMD dpkg --add-architecture i386