diff --git a/image_creator/gpt.py b/image_creator/gpt.py index ef80c32eea1e4676651a86eb073900ee1fc56a20..b1ec3fc0f28fba8a7224930f88f5518be943bb51 100644 --- a/image_creator/gpt.py +++ b/image_creator/gpt.py @@ -63,6 +63,7 @@ class MBR(object): end = self.unpack_chs(self.end) return "%d %s %d %s %d %d" % (self.status, start, self.type, end, self.first_sector, self.sector_count) + @staticmethod def unpack_chs(chs): """Unpacks a CHS address string to a tuple."""