Revision ee78390c

b/snf-image-helper/disklabel.py
354 354
                           self.bbsize,
355 355
                           self.sbsize,
356 356
                           self.ptable.pack() +
357
                           ((364 - self.npartitions*16) * '\x00'))
357
                           ((364 - self.npartitions * 16) * '\x00'))
358 358

  
359 359
    def compute_checksum(self):
360 360
        """Compute the checksum of the disklabel"""

Also available in: Unified diff