Corrected outdated description of GRUB2 MBR patching

This commit is contained in:
Thomas Schmitt 2014-03-14 13:41:58 +00:00
parent c183ed13f9
commit bb96568038
2 changed files with 3 additions and 3 deletions

View File

@ -1558,8 +1558,8 @@ int isoburn_igopt_get_scdbackup_tag(struct isoburn_imgen_opts *o,
bit14= Only with System area type 0 = MBR bit14= Only with System area type 0 = MBR
GRUB2 boot provisions: GRUB2 boot provisions:
@since 1.3.0 @since 1.3.0
Patch system area at byte 92 to 99 with 512-block Patch system area at byte 0x1b0 to 0x1b7 with
address + 1 of the first boot image file. (512-block address + 4) of the first boot image file.
Little-endian 8-byte. Little-endian 8-byte.
Should be combined with options bit0. Should be combined with options bit0.
Will not be in effect if options bit1 is set. Will not be in effect if options bit1 is set.

View File

@ -1 +1 @@
#define Xorriso_timestamP "2014.03.06.164332" #define Xorriso_timestamP "2014.03.14.134138"