From e1f6ffb9ca9e35738385a3524ba46896a0b519e6 Mon Sep 17 00:00:00 2001 From: Samuel Mendoza-Jonas Date: Thu, 24 Jul 2014 15:05:36 +1000 Subject: 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 Signed-off-by: Jeremy Kerr --- discover/event.h | 1 + 1 file changed, 1 insertion(+) (limited to 'discover/event.h') 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, -- cgit v1.2.1