Handling of El-Torito boot catalog at low level.

This commit is contained in:
Vreixo Formoso
2008-01-10 18:53:39 +01:00
parent 2ad6f5f667
commit 4f029437e2
8 changed files with 342 additions and 7 deletions

View File

@ -853,6 +853,9 @@ int ecma119_image_new(IsoImage *src, Ecma119WriteOpts *opts, Ecma119Image **img)
target->now = time(NULL);
target->ms_block = opts->ms_block;
target->appendable = opts->appendable;
/* el-torito? */
target->eltorito = (src->bootcat == NULL ? 0 : 1);
/* default to locale charset */
setlocale(LC_CTYPE, "");