From: Samuel Mendoza-Jonas Date: Wed, 4 May 2016 05:06:45 +0000 (+1000) Subject: Extend the "add url" function to allow file:// URLs X-Git-Tag: v1.1.0~1 X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=ed8a3ad086e56fa40c72c531b3f563e35a7c0753;hp=ed8a3ad086e56fa40c72c531b3f563e35a7c0753;ds=sidebyside Extend the "add url" function to allow file:// URLs This allows URLs of the form file:///path/to/local/file.conf to be used in nc-add-url, in order to access configuration files relative to the root directory. This is primarily a debugging tool aimed at developers rather than an expected use case. The DEVICE_TYPE_ANY enum is used in this case to represent that a resulting boot option is not associated with any device in the traditional sense, and in the UI is represented as a "Custom Local Option". Signed-off-by: Samuel Mendoza-Jonas ---