automated installation of debian 12, with remote script fetching via URLs
  • Shell 87.4%
  • HTML 12.6%
Find a file
2024-10-13 20:11:56 -07:00
d-i template preseed files, index.html file 2024-10-13 20:07:50 -07:00
index.html template preseed files, index.html file 2024-10-13 20:07:50 -07:00
LICENSE Initial commit 2024-10-13 20:02:15 -07:00
README.md Update README.md 2024-10-13 20:11:56 -07:00

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

  1. replace dev.example.com with your subdomain
  2. replace example.com with your domain
  3. 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.