diff options
Diffstat (limited to 'scripts/lib/wic/utils')
-rw-r--r-- | scripts/lib/wic/utils/partitionedfs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/utils/partitionedfs.py b/scripts/lib/wic/utils/partitionedfs.py index 9ea4a30cbb..68301f0b47 100644 --- a/scripts/lib/wic/utils/partitionedfs.py +++ b/scripts/lib/wic/utils/partitionedfs.py | |||
@@ -210,7 +210,7 @@ class Image(): | |||
210 | msger.debug("Assigned %s to %s%d, sectors range %d-%d size %d " | 210 | msger.debug("Assigned %s to %s%d, sectors range %d-%d size %d " |
211 | "sectors (%d bytes)." \ | 211 | "sectors (%d bytes)." \ |
212 | % (part['mountpoint'], part['disk_name'], part['num'], | 212 | % (part['mountpoint'], part['disk_name'], part['num'], |
213 | part['start'], part['start'] + part['size'] - 1, | 213 | part['start'], disk['offset'] - 1, |
214 | part['size'], part['size'] * self.sector_size)) | 214 | part['size'], part['size'] * self.sector_size)) |
215 | 215 | ||
216 | # Once all the partitions have been layed out, we can calculate the | 216 | # Once all the partitions have been layed out, we can calculate the |