New -boot_image bootspecs hfsplus_block_size= and apm_block_size=

This commit is contained in:
2012-06-27 18:48:16 +00:00
parent d6fad753cd
commit a3927053c2
10 changed files with 126 additions and 41 deletions

View File

@ -264,6 +264,8 @@ int Xorriso_new(struct XorrisO ** xorriso,char *progname, int flag)
}
m->ascii_disc_label[0]= 0;
memset(m->hfsp_serial_number, 0, 8);
m->hfsp_block_size= 0;
m->apm_block_size= 0;
m->vol_creation_time= 0;
m->vol_modification_time= 0;
m->vol_expiration_time= 0;