From 81cf3f8c47134ae40e547abdd702d7256072ca67 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Thu, 13 Aug 2020 08:18:08 +0200 Subject: [PATCH] Destroyed Custom web server for deployment profiles (markdown) --- Custom-web-server-for-deployment-profiles.md | 6 ------ 1 file changed, 6 deletions(-) delete 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 deleted file mode 100644 index 3e5a9d1..0000000 --- a/Custom-web-server-for-deployment-profiles.md +++ /dev/null @@ -1,6 +0,0 @@ -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