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.
Showing
- image_creator/dialog_menu.py 38 additions, 0 deletionsimage_creator/dialog_menu.py
- image_creator/dialog_wizard.py 74 additions, 3 deletionsimage_creator/dialog_wizard.py
- image_creator/disk.py 2 additions, 2 deletionsimage_creator/disk.py
- image_creator/image.py 7 additions, 3 deletionsimage_creator/image.py
- image_creator/main.py 15 additions, 1 deletionimage_creator/main.py
- image_creator/os_type/__init__.py 14 additions, 1 deletionimage_creator/os_type/__init__.py
- image_creator/os_type/linux.py 2 additions, 2 deletionsimage_creator/os_type/linux.py
Loading
Please register or sign in to comment