New option -volume_date, for grub-mkrescue: -as mkisofs --modification-date=
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user