Giving sort weight 2 as default to El Torito boot images.

This commit is contained in:
2013-09-07 21:37:27 +02:00
parent 7aa2582129
commit b95e1bb85c
3 changed files with 22 additions and 3 deletions

View File

@ -149,8 +149,15 @@ struct Iso_File
{
IsoNode node;
/* 1 = The node was loaded from an existing ISO image and still refers
to its data content there.
*/
unsigned int from_old_session : 1;
/* 1 = The node got attributed a weight by iso_node_set_sort_weight().
*/
unsigned int explicit_weight : 1;
/**
* It sorts the order in which the file data is written to the CD image.
* Higher weighting files are written at the beginning of image