diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-11-15 22:44:51 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-11-15 22:46:15 +0100 |
commit | 39cf903e54873585284f2884025fe3f8560898d9 (patch) | |
tree | 3547290132cdda9256543d3a18decde54a84d4b2 /isohybrid-acritox | |
parent | 10cd84c2744c628ed065015563aa4d438efd8d99 (diff) | |
download | kanotix-39cf903e54873585284f2884025fe3f8560898d9.zip kanotix-39cf903e54873585284f2884025fe3f8560898d9.tar.gz |
isohybrid: support for FAT-partitions embedded in ISO9660
Diffstat (limited to 'isohybrid-acritox')
-rwxr-xr-x | isohybrid-acritox | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/isohybrid-acritox b/isohybrid-acritox index e2bcd49..c12edec 100755 --- a/isohybrid-acritox +++ b/isohybrid-acritox @@ -112,6 +112,9 @@ if ($padding) { print FILE "\0" x $padding; } +# TODO: merge isohybrid-embeddedfat into here +exit 0; + # Append FAT partition to image read FAT, $partition, $fatsize; print FILE $partition; |