diff options
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; |