diff --git a/Custom-web-server-for-deployment-profiles.md b/Custom-web-server-for-deployment-profiles.md new file mode 100644 index 0000000..3e5a9d1 --- /dev/null +++ b/Custom-web-server-for-deployment-profiles.md @@ -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/.json` for instructions.
+Can be useful if you create custom profiles that isn't found under [archinstall/deployments](https://github.com/Torxed/archinstall/tree/master/deployments) \ No newline at end of file