Pass the Image instance to the os_type classes
authorNikos Skalkotos <skalkoto@grnet.gr>
Fri, 28 Jun 2013 13:14:16 +0000 (16:14 +0300)
committerNikos Skalkotos <skalkoto@grnet.gr>
Tue, 30 Jul 2013 13:43:58 +0000 (16:43 +0300)
commit797e0df72ff246b0084ca244deded8fd4972bc6b
tree2e28b9045690bd3071f639bea55006d4b4243b4a
parent640096fb99b874692fc533250edb3bd07afb474b
Pass the Image instance to the os_type classes

Those classes may need to access more Image data than the guestfs
handler and the root device name
image_creator/image.py
image_creator/os_type/__init__.py
image_creator/os_type/freebsd.py
image_creator/os_type/linux.py
image_creator/os_type/ubuntu.py