This script downloads Debians's iso and makes it auto-install
- xorriso installed
sudo apt install xorriso
- preseed.cfg
- Look at example http://www.debian.org/releases/stretch/example-preseed.txt
- Read manual https://www.debian.org/releases/stable/i386/apb.html
- Install manually and then export preseed answers:
sudo apt-get install debconf-utils
debconf-get-selections --installer >> preseed.cfg
- Configured for Russian language
- Install base system with ssh-server
- Use entire disk as LVM for root partition
- Don't create swap partition
- Use static IP configuration