Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/00:11:22:33:44:55.json
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2019-11-18 13:37:58 +0100
committerGitHub <noreply@github.com>2019-11-18 13:37:58 +0100
commite9484e4adb24f846cd930e12a4acc4e4b0f58df5 (patch)
tree3f093e407d7dae5202e3dcf602333f49fc174ba7 /deployments/00:11:22:33:44:55.json
parent392cdbc81595a42f917bcc61a3ec17df8bbadcd0 (diff)
Update 00:11:22:33:44:55.json
Diffstat (limited to 'deployments/00:11:22:33:44:55.json')
-rw-r--r--deployments/00:11:22:33:44:55.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/deployments/00:11:22:33:44:55.json b/deployments/00:11:22:33:44:55.json
index e96fc01b..909b4256 100644
--- a/deployments/00:11:22:33:44:55.json
+++ b/deployments/00:11:22:33:44:55.json
@@ -6,14 +6,14 @@
"post" : "don't reboot"
},
"post" : {
+ "Setup user" : {
+ "useradd -m -G wheel -s /bin/bash anton" : null,
+ "sh -c \"echo {user}:{password} | chpasswd\"" : {"pass-args" : true}
+ },
"Setup a basic virtual environment": {
"mkdir -p /home/{user}/virts" : {"pass-args" : true},
"qemu-img create -f qcow2 /home/{user}/virts/test_deploy.qcow2 4G" : {"pass-args" : true},
"chown -R {user}.{user} /home/{user}/virts" : {"pass-args" : true}
- },
- "Setup user" : {
- "useradd -m -G wheel -s /bin/bash anton" : null,
- "sh -c \"echo {user}:{password} | chpasswd\"" : {"pass-args" : true}
}
}
}