Revision 0c505946 image_creator/os_type/linux.py

b/image_creator/os_type/linux.py
43 43

  
44 44
class Linux(Unix):
45 45
    """OS class for Linux"""
46
    def __init__(self, rootdev, ghandler, output):
47
        super(Linux, self).__init__(rootdev, ghandler, output)
46
    def __init__(self, image):
47
        super(Linux, self).__init__(image)
48 48
        self._uuid = dict()
49 49
        self._persistent = re.compile('/dev/[hsv]d[a-z][1-9]*')
50 50

  

Also available in: Unified diff