Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/workstation_unattended.json
diff options
context:
space:
mode:
authorLord Anton Hvornum <anton.feeds@gmail.com>2018-05-30 20:14:37 +0200
committerLord Anton Hvornum <anton.feeds@gmail.com>2018-05-30 20:14:37 +0200
commit96b8669b0af43b2bf9393e9c2792fd60e36b87ad (patch)
treea03977945a22169247c26e18379cf0d88d46d7c3 /deployments/workstation_unattended.json
parent3f827eb56fbc36b0b11f583486b52468df7a8651 (diff)
Added two new features, --no-default parameter that halts the script instead of installing a default arch machine if no MAC-address profile was found for unattended installs. The second feature is the --profiles parameter that enables custom web-server paths when looking for profiles to deploy
Diffstat (limited to 'deployments/workstation_unattended.json')
-rw-r--r--deployments/workstation_unattended.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/deployments/workstation_unattended.json b/deployments/workstation_unattended.json
new file mode 100644
index 00000000..089f7f40
--- /dev/null
+++ b/deployments/workstation_unattended.json
@@ -0,0 +1,6 @@
+{
+ "args" : {
+ "password" : "0000",
+ "include" : "workstation"
+ }
+}