index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-29 15:50:08 +0100 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-29 15:50:08 +0100 |
commit | 735a2b02e90131dd2621c7430d4621be88fee4e3 (patch) | |
tree | 6e345bc1354732b0c0a5e49897fee2f34f1dd33d /deployments | |
parent | f537eee6b35c4f19a347f22209432d3bbeaaa024 (diff) |
-rw-r--r-- | deployments/default.json | 13 |
diff --git a/deployments/default.json b/deployments/default.json index 1eeac949..4aa0489d 100644 --- a/deployments/default.json +++ b/deployments/default.json @@ -1,15 +1,18 @@ { "args" : { - "password" : "<STDIN>", + "password" : "0000", "post" : "stay" }, "post" : { "test exit codes" : { "exit 1" : {"ignore_errors" : true}, - "echo 'test1'; read moo; echo 'test2'; read mooo" : {"events" : { - "test1" : "something", - "test2" : "something" - }, "boot" : true} + "echo 'ssh test@77.80.220.176" : { + "events" : { + "continue connecting" : "yes", + "s password" : "test" + }, + "boot" : true + } } } } |