Disabled experimental weight sorting with MBR generation
This commit is contained in:
parent
ccc6d8a329
commit
31ccbfb4ad
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2008.11.09.102554"
|
||||
#define Xorriso_timestamP "2008.11.10.123332"
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user