Made -boot_image isolinux|grub patch and partition_table=on patch System Area

This commit is contained in:
2010-04-16 19:59:40 +00:00
parent 932a7e84e1
commit 3076ce56fb
4 changed files with 145 additions and 51 deletions

View File

@ -272,8 +272,14 @@ struct XorrisO { /* the global context of xorriso */
char system_area_disk_path[SfileadrL];
int system_area_options; /* bit0= "GRUB protective msdos label"
(a simple partition table)
bit1= isohybrid boot image pointer
and partition table
*/
int patch_system_area; /* Bits as of system_area_options.
to be applied to the loaded system
area of the image, if no
system_area_disk_path is set.
*/
/* User settable PVD time stamps */
time_t vol_creation_time;
time_t vol_modification_time;