New options bit with isoburn_igopt_set_system_area() for GRUB2 MBR patching

This commit is contained in:
2013-04-13 06:48:03 +00:00
parent c79d39b361
commit 45f715408b
3 changed files with 10 additions and 2 deletions

View File

@@ -1441,7 +1441,7 @@ int isoburn_igopt_set_system_area(struct isoburn_imgen_opts *opts,
}
memcpy(opts->system_area_data, data, 32768);
}
opts->system_area_options = options & 0x3fff;
opts->system_area_options = options & 0x7fff;
return(1);
}