Disabled experimental weight sorting with MBR generation

Cette révision appartient à :
Thomas Schmitt 2008-11-10 12:34:05 +00:00
Parent fa6bb24f93
révision 417f828cff
2 fichiers modifiés avec 5 ajouts et 1 suppressions

Voir le fichier

@ -1 +1 @@
#define Xorriso_timestamP "2008.11.09.102554"
#define Xorriso_timestamP "2008.11.10.123332"

Voir le fichier

@ -1113,13 +1113,17 @@ int Xorriso_write_session(struct XorrisO *xorriso, int flag)
{ret= 0; goto ex;}
}
#ifdef NIX
#ifdef Xorriso_with_make_isohybrid_mbR
/* ??? must the boot image have a low LBA to boot from MBR ? */
/* A81110: Does not look so. The proplems were caused by wrong
self-LBA in isolinux.bin at byte 12 to 15 */
isoburn_igopt_set_sort_files(sopts, isoburn_igopt_sort_files_by_weight);
iso_node_set_sort_weight(node, 0x7fffffff);
#endif
#endif /* NIX */
ret= Xorriso_node_from_path(xorriso, image, xorriso->boot_image_cat_path,
&node, 1);