Sort weight 1000000000 for El Torito boot catalog with -boot_image patch

This commit is contained in:
Thomas Schmitt 2014-11-11 11:27:51 +00:00
parent 663ec2196a
commit a85e4c608c
2 changed files with 3 additions and 1 deletions

View File

@ -1122,6 +1122,8 @@ int Xorriso_write_session(struct XorrisO *xorriso, int flag)
sprintf(xorriso->info_text, "Discarded boot image from old session"); sprintf(xorriso->info_text, "Discarded boot image from old session");
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0); Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0);
} }
/* hardcoded and regardless whether a catalog will get written */
iso_image_set_boot_catalog_weight(image, 1000000000);
} }
if((xorriso->do_aaip & 16) || !(xorriso->ino_behavior & 2)) { if((xorriso->do_aaip & 16) || !(xorriso->ino_behavior & 2)) {

View File

@ -1 +1 @@
#define Xorriso_timestamP "2014.11.04.121733" #define Xorriso_timestamP "2014.11.11.112623"