mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 11:03:15 +03:00
[uri] Support "file:" URIs describing relative paths
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -612,10 +612,10 @@ static struct uri_test uri_iscsi = {
|
||||
|
||||
/** File URI with relative (opaque) path */
|
||||
static struct uri_test uri_file_relative = {
|
||||
"file:script.ipxe",
|
||||
"file:boot/script.ipxe",
|
||||
{
|
||||
.scheme = "file",
|
||||
.opaque = "script.ipxe",
|
||||
.opaque = "boot/script.ipxe",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user