New options bit1 of isoburn_igopt_set_system_area() for isohybrid production

This commit is contained in:
2010-04-10 17:10:28 +00:00
parent 642a2bc48e
commit fd0f3467ad
3 changed files with 8 additions and 2 deletions

View File

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