New option -volume_date, for grub-mkrescue: -as mkisofs --modification-date=

This commit is contained in:
2010-04-07 20:27:05 +00:00
parent 137d7c4399
commit 87d0db49f4
8 changed files with 338 additions and 84 deletions

View File

@ -274,6 +274,15 @@ struct XorrisO { /* the global context of xorriso */
(a simple partition table)
*/
/* User settable PVD time stamps */
time_t vol_creation_time;
time_t vol_modification_time;
time_t vol_expiration_time;
time_t vol_effective_time;
/* To eventually override vol_modification_time by unconverted string
and timezone 0 */
char vol_uuid[17];
/* LBA of boot image after image loading */
int loaded_boot_bin_lba;
/* Path of the catalog node after image loading */