Changed new API call from iso_image_set_boot_platform_id() to
el_torito_set_boot_platform_id(). Introduced new API call iso_image_set_boot_catalog_weight().
This commit is contained in:
@@ -1284,6 +1284,7 @@ int iso_node_new_file(char *name, IsoStream *stream, IsoFile **file)
|
||||
new->node.type = LIBISO_FILE;
|
||||
new->node.name = name;
|
||||
new->node.mode = S_IFREG;
|
||||
new->sort_weight = 0;
|
||||
new->stream = stream;
|
||||
|
||||
*file = new;
|
||||
|
Reference in New Issue
Block a user