static usb ethnet addresses
[automated-distro-installer] / fai / config / hooks / updatebase.DEBIAN
1 #! /bin/bash
2
3 if [ -n "$APTPROXY" ]; then
4 echo "Acquire::http::Proxy \"$APTPROXY\";" > $target/etc/apt/apt.conf.d/02proxy
5 else
6 rm -f $target/etc/apt/apt.conf.d/02proxy
7 fi
8
9 echo force-unsafe-io > $target/etc/dpkg/dpkg.cfg.d/unsafe-io