From: Nishanth Aravamudan Date: Wed, 19 Aug 2015 21:05:05 +0000 (-0700) Subject: ui: add URL for static configurations to load a specified file X-Git-Tag: v1.0.0~33 X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=32d3249e252fe201eb81155cbf3b800ce5cf88e0;hp=32d3249e252fe201eb81155cbf3b800ce5cf88e0 ui: add URL for static configurations to load a specified file In certain configurations, e.g. automation, we want to use static networking but load a particular file, automatically and parse it as a pxelinux config file. Currently, we support something like this for DHCP based booting, but not static. Add a URL field to the UI for static configurations and reuse the logic from device_handler_process_url() to load the specified file. Signed-off-by: Nishanth Aravamudan Signed-off-by: Samuel Mendoza-Jonas ---