2024/server/preseed
Albert Stefanov db4cc77098 Add Debian preseed config
Auto-install the server with plain debian,
deploying the ssh keys from a known location.

Closes #2
Related to #8 #16
2024-05-01 14:14:04 +03:00
..
README.md Add Debian preseed config 2024-05-01 14:14:04 +03:00
env.example Add Debian preseed config 2024-05-01 14:14:04 +03:00
preseed.cfg.in Add Debian preseed config 2024-05-01 14:14:04 +03:00
run_env.sh Add Debian preseed config 2024-05-01 14:14:04 +03:00

README.md

Debian Auto-install

Creating the preseed file

use envsubst to template:

./run_env.sh env.example envsubst < preseed.cfg.in

Upload it to a web server which the server can access.

Installing

Create a debian ISO (netinst works too). Start the installer and choose Automated installation from the Advanced options menu.

When prompted, type the preseed file location on the web server.