Support for reading El-Torito info from previous images.

This commit is contained in:
Vreixo Formoso
2008-01-11 15:43:39 +01:00
parent 53c2215ab3
commit f27f2449f9
6 changed files with 315 additions and 71 deletions

View File

@ -150,8 +150,6 @@ int iso_tree_add_boot_node(IsoDir *parent, const char *name, IsoBoot **boot)
node->node.atime = now;
node->node.ctime = now;
node->node.mtime = now;
node->msblock = 0;
/* add to dir */
node->node.parent = parent;