New -boot_image bootspec cat_hidden=

This commit is contained in:
2010-06-19 15:21:36 +00:00
parent 72ca79a46e
commit 9a46cddaac
9 changed files with 88 additions and 44 deletions

View File

@ -181,6 +181,7 @@ int Xorriso_new(struct XorrisO ** xorriso,char *progname, int flag)
m->stdio_sync= 0;
m->keep_boot_image= 0;
m->boot_image_cat_path[0]= 0;
m->boot_image_cat_hidden= 0;
m->boot_count= 0;
m->boot_platform_id= 0x00; /* El Torito Boot Catalog Platform ID: 0 = 80x86 */
m->patch_isolinux_image= 0;