summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-10-27 10:24:24 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-10-27 10:27:02 +0200
commitcbaadc7b05974ee13795ac182afd1b3121708d60 (patch)
tree1efccf01206fb7d056bbb60cab34250288f284d5 /solenv
parent977506ef8f19e9c2c719547537872df64f8c56d3 (diff)
Undo basis/brand split: removed obsoleted BASISROOTNAME.
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/windows/property.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/solenv/bin/modules/installer/windows/property.pm b/solenv/bin/modules/installer/windows/property.pm
index 7a2bc5193d25..110271bbeda0 100644
--- a/solenv/bin/modules/installer/windows/property.pm
+++ b/solenv/bin/modules/installer/windows/property.pm
@@ -298,12 +298,6 @@ sub set_important_properties
push(@{$propertyfile}, $onepropertyline);
}
- if ( $allvariables->{'BASISROOTNAME'} )
- {
- my $onepropertyline = "BASISROOTNAME" . "\t" . $allvariables->{'BASISROOTNAME'} . "\n";
- push(@{$propertyfile}, $onepropertyline);
- }
-
if ( $allvariables->{'EXCLUDE_FROM_REBASE'} )
{
my $onepropertyline = "EXCLUDE_FROM_REBASE" . "\t" . $allvariables->{'EXCLUDE_FROM_REBASE'} . "\n";