diff options
Diffstat (limited to 'scripts/lib/wic/plugins/source/isoimage-isohybrid.py')
| -rw-r--r-- | scripts/lib/wic/plugins/source/isoimage-isohybrid.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/lib/wic/plugins/source/isoimage-isohybrid.py b/scripts/lib/wic/plugins/source/isoimage-isohybrid.py index ed59d85962..3858fd439b 100644 --- a/scripts/lib/wic/plugins/source/isoimage-isohybrid.py +++ b/scripts/lib/wic/plugins/source/isoimage-isohybrid.py | |||
| @@ -441,12 +441,6 @@ class IsoImagePlugin(SourcePlugin): | |||
| 441 | % (part.mountpoint, blocks) | 441 | % (part.mountpoint, blocks) |
| 442 | msger.debug(msg) | 442 | msger.debug(msg) |
| 443 | 443 | ||
| 444 | # Ensure total sectors is an integral number of sectors per | ||
| 445 | # track or mcopy will complain. Sectors are 512 bytes, and we | ||
| 446 | # generate images with 32 sectors per track. This calculation is | ||
| 447 | # done in blocks, thus the mod by 16 instead of 32. | ||
| 448 | blocks += (16 - (blocks % 16)) | ||
| 449 | |||
| 450 | # dosfs image for EFI boot | 444 | # dosfs image for EFI boot |
| 451 | bootimg = "%s/efi.img" % isodir | 445 | bootimg = "%s/efi.img" % isodir |
| 452 | 446 | ||
