| > It's fun the first time, but becomes an annoying faff when it has to be repeated constantly. I have to ask - do scripts not work for you? When I had to do this back in 2005 it was automated with 3 main steps: 1. A preseed (IIRC) debian installation disc (all the packages I needed where installed at install time), and 2. Which included a first-boot bash script that retrieved pre-compiled binaries from our internal ftp site, and 3. A final script that applied changes to the default config files and ran a small test to ensure everything started. Zero human interaction after powering a machine on with the disc in the drive. These days I would do it even better (system-d configs, Nix perhaps, text files (such as systemd units) can be retrieved automagically after boot, etc). |