Fix raw partitioned disk support

This commit is contained in:
Elliot Nunn 2022-12-27 12:26:43 +08:00
parent 4f554286e6
commit 0048a037c7
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ else: # is raw filesystem
offset = 0
size = hack_file_size(f)
trunc = False
nameoffset = None
left, gap, right = vol.write(size, startapp=args.app, sparse=True)