diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-01-18 19:16:19 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-01-18 23:46:34 +0100 |
commit | 9a5183ddad4d361c406823fb56bb68b27e43063e (patch) | |
tree | 0254f5505af3d88c9d0c322833679fbac84fe6fa /solenv/bin/modules/installer.pm | |
parent | 2a9ecb89d40373286da00386a874098c857847c1 (diff) |
installer: remove SERVICETAG remnants of product registration
Change-Id: Ic87bb4666bcc4b28476dbfe2193a8330413547cf
Diffstat (limited to 'solenv/bin/modules/installer.pm')
-rw-r--r-- | solenv/bin/modules/installer.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/solenv/bin/modules/installer.pm b/solenv/bin/modules/installer.pm index 4df3bc759b42..91b3ef0c5eed 100644 --- a/solenv/bin/modules/installer.pm +++ b/solenv/bin/modules/installer.pm @@ -280,9 +280,6 @@ sub run { installer::setupscript::add_installationobject_to_variables($allvariableshashref, $allscriptvariablesref); - # Adding also all variables, that must be included into the $allvariableshashref. - installer::setupscript::add_forced_properties($allvariableshashref); - # Replacing preset properties, not using the default mechanisms (for example for UNIXPRODUCTNAME) installer::setupscript::replace_preset_properties($allvariableshashref); |