Created Custom web-server for deployment profiles (markdown)
parent
d4f0b95d53
commit
604a169766
|
|
@ -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)
|
||||
Loading…
Reference in New Issue