Add sysprep method in os_type classes.
authorNikos Skalkotos <skalkoto@grnet.gr>
Tue, 13 Mar 2012 15:48:54 +0000 (17:48 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Tue, 13 Mar 2012 15:48:54 +0000 (17:48 +0200)
commit9cbb5794bf4c103861f7d9dd0bd800ff0ad7eaf7
tree4aec991016192147296e2c51ba92643bc77e3f41
parentc16922f7c1676fff006b360b60fc495e268031bf
Add sysprep method in os_type classes.

This is used to prepare the media for image extraction. The main
difference from data_cleanup is that the tasks performed with this
method are mandatory in order to make the image workable.

Added the following sysprep methods for linux:
 * sysprep_acpid
 * sysprep_persistent_net_rules
 * sysprep_persistend_devs
image_creator/main.py
image_creator/os_type/__init__.py
image_creator/os_type/linux.py