Created Custom web-server for deployment profiles (markdown)

Anton Hvornum 2019-09-24 19:43:13 +02:00
parent d4f0b95d53
commit 604a169766
1 changed files with 6 additions and 0 deletions

@ -0,0 +1,6 @@
Everything in the steps from [Autorun on Arch Live CD](https://github.com/Torxed/archinstall/wiki/Autorun-on-Arch-Live-CD) are the same, except for one line that needs to change to look like this:
# echo '[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && sh -c "~/archinstall/archinstall.py --profiles-path=http://example.com/profiles"' >> ./airootfs/etc/skel/.zprofile
This will cause the script to look at `http://example.com/profiles/<profile>.json` for instructions.<br>
Can be useful if you create custom profiles that isn't found under [archinstall/deployments](https://github.com/Torxed/archinstall/tree/master/deployments)