summaryrefslogtreecommitdiffstats
path: root/discover/event.h
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>2016-04-22 14:20:49 +1000
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2016-05-06 13:57:30 +1000
commit81f28af2bd94cc552aef1a7b959e4c6b84457ce7 (patch)
tree2addc5a78c0f094a2f3080e95fc657ccdfdbc1f0 /discover/event.h
parente544283809454252c2c2d3148492362ad10643ba (diff)
downloadtalos-petitboot-81f28af2bd94cc552aef1a7b959e4c6b84457ce7.tar.gz
talos-petitboot-81f28af2bd94cc552aef1a7b959e4c6b84457ce7.zip
pb-event: Add 'boot' user event
Add a user event to send a boot command to the discover server. The format of the boot command is similar to the add command, eg: pb-event boot@eth0 image="http://host/image" initrd="http://host/initrd" and also recognises "id", "dtb", and "args" arguments. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'discover/event.h')
-rw-r--r--discover/event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/discover/event.h b/discover/event.h
index 8dee13b..35c0767 100644
--- a/discover/event.h
+++ b/discover/event.h
@@ -13,6 +13,7 @@ enum event_action {
EVENT_ACTION_URL,
EVENT_ACTION_CONF,
EVENT_ACTION_DHCP,
+ EVENT_ACTION_BOOT,
EVENT_ACTION_MAX,
};
OpenPOWER on IntegriCloud