diff options
author | Samuel Mendoza-Jonas <sam.mj@au1.ibm.com> | 2014-07-24 15:05:36 +1000 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2014-07-28 16:02:43 +0800 |
commit | e1f6ffb9ca9e35738385a3524ba46896a0b519e6 (patch) | |
tree | 823a6baad3d7ec7a34e44254c5f84043de7be812 /discover/event.h | |
parent | a5dad9c05cd72820e64e0461889e9e77eaf8202d (diff) | |
download | talos-petitboot-e1f6ffb9ca9e35738385a3524ba46896a0b519e6.tar.gz talos-petitboot-e1f6ffb9ca9e35738385a3524ba46896a0b519e6.zip |
discover: Enable 'url' pb-events
Adds a new option to pb-event;
./pb-event url@dev url=scheme://path/to/petitboot.conf
Specifies a remote conf file to parse for boot options
Signed-off-by: Samuel Mendoza-Jonas <sam.mj@au1.ibm.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'discover/event.h')
-rw-r--r-- | discover/event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discover/event.h b/discover/event.h index 98ece11..8dee13b 100644 --- a/discover/event.h +++ b/discover/event.h @@ -10,6 +10,7 @@ enum event_type { enum event_action { EVENT_ACTION_ADD = 20, EVENT_ACTION_REMOVE, + EVENT_ACTION_URL, EVENT_ACTION_CONF, EVENT_ACTION_DHCP, EVENT_ACTION_MAX, |