From 604a169766d4a98d5dc4acae6911860fd5ac8021 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 24 Sep 2019 19:43:13 +0200 Subject: [PATCH] Created Custom web-server for deployment profiles (markdown) --- Custom-web-server-for-deployment-profiles.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Custom-web-server-for-deployment-profiles.md 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