Revision c71133ce

b/image_creator/image.py
305 305
            break
306 306

  
307 307
        if not re.match("ext[234]", fstype):
308
            self.out.warn("Don't know how to resize %s partitions." % fstype)
308
            self.out.warn("Don't know how to shrink %s partitions." % fstype)
309 309
            return self.size
310 310

  
311 311
        part_dev = "%s%d" % (self.guestfs_device, last_part['part_num'])

Also available in: Unified diff