automated installation of debian 12, with remote script fetching via URLs
- Shell 87.4%
- HTML 12.6%
| d-i | ||
| index.html | ||
| LICENSE | ||
| README.md | ||
debain-autoinstall-template
automated installation of debian 12, with remote script fetching via URLs
Notes
The files in this repository are meant to be served with NGINX or Apache2
- replace
dev.example.comwith your subdomain - replace
example.comwith your domain - Using debian 12 installer ISO, open advanced -> automated -> dev.example.com -> enter
Files included in this repo
- index.html to signify root of webserver (running on
dev.example.com) - /d-i/bookworm/preseed.cfg being the debian installer preseed config for "bookworm" (debian 12) Current Debian Releases
- /d-i/bookworm/preseed.sh that runs in live ISO, which installs a service which will fetch and download scripts into the finished installation.
- /d-i/post-install.sh that will be fetched and ran upon boot and every 1-2 minutes thereafter.