Add support for sysprep-parameters
authorNikos Skalkotos <skalkoto@grnet.gr>
Wed, 3 Jul 2013 13:28:19 +0000 (16:28 +0300)
committerNikos Skalkotos <skalkoto@grnet.gr>
Tue, 30 Jul 2013 13:43:59 +0000 (16:43 +0300)
commit0eac025658a5fe7a995ad3f8a12930aa19758f49
tree1fda231447d4cc37155f8e6654a9bb71a3c541ad
parentc9d53ee235ad6d92a2407741121333fb81993256
Add support for sysprep-parameters

The user may define parameters needed by the os_type classes to perform
the system preparation tasks.

A new needed_sysprep_params method is added to os_type.OSBase that
returns a list with parameters that should be defined by the user.
image_creator/dialog_menu.py
image_creator/dialog_wizard.py
image_creator/disk.py
image_creator/image.py
image_creator/main.py
image_creator/os_type/__init__.py
image_creator/os_type/linux.py