index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | deployments/default.json | 16 |
diff --git a/deployments/default.json b/deployments/default.json index 95870c6c..78fd346e 100644 --- a/deployments/default.json +++ b/deployments/default.json @@ -1,15 +1,19 @@ { "args" : { - "password" : "<STDIN>", - "post" : "reboot" + "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, + "debug" : true + } } } } |