DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true LC_ALL=C LANGUAGE=C LANG=C /var/lib/dpkg/info/dash.preinst install
DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true LC_ALL=C LANGUAGE=C LANG=C dpkg --configure -a
wget -O- http://www.module.ru/mb7707/repo/repository.gpg | apt-key add -
echo -e '12345678\n12345678' | passwd root
echo "shade" > /etc/hostname
echo "en_US.UTF8 UTF8" >> /etc/locale.gen
locale-gen
echo auto eth0 > /etc/network/interfaces.d/eth0
echo iface eth0 inet static >> /etc/network/interfaces.d/eth0
echo   address 192.168.20.9 >> /etc/network/interfaces.d/eth0
echo   netmask 255.255.255.0 >> /etc/network/interfaces.d/eth0
echo   gateway 192.168.20.1 >> /etc/network/interfaces.d/eth0
sed 's/PermitRootLogin without-password/PermitRootLogin yes/' -i etc/ssh/sshd_config
