Add sysprep params before init is executed
In add_sysprep_param __init__ decorator, add the sysprep parameters before executing the init function. This is needed if we want to be able to access the sysprep_params dictionary from within __init__.
Please register or sign in to comment