index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-29 12:58:58 +0100 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-29 12:58:58 +0100 |
commit | d89bacdf9f187c1737439ccdef53254fc84749c5 (patch) | |
tree | 287a950f645200f9c7c41495852b75d2637bc008 | |
parent | c8f31bd344187d2d1b6c4249c6ce6b9ef28c9b63 (diff) |
-rw-r--r-- | deployments/default.json | 9 |
diff --git a/deployments/default.json b/deployments/default.json index 5deded3e..95870c6c 100644 --- a/deployments/default.json +++ b/deployments/default.json @@ -2,5 +2,14 @@ "args" : { "password" : "<STDIN>", "post" : "reboot" + }, + "post" : { + "test exit codes" : { + "exit 1" : {"ignore_errors" : true}, + "echo 'test1'; read moo; echo 'test2'; read mooo" : {"events" : { + "test1" : "something", + "test2" : "something" + }, "boot" : true} + } } } |