summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorOliver Tappe2007-03-23 10:50:00 +0100
committerOliver Tappe2007-03-23 10:50:00 +0100
commit1a9d7ae521e3a2db123cdbceca0abd66ef777094 (patch)
treec288caba34a93080dcb94e66d8863cf7e852e5bb /installer
parent* export backend is now capable of exporting just any distribution (diff)
downloadcore-1a9d7ae521e3a2db123cdbceca0abd66ef777094.tar.gz
core-1a9d7ae521e3a2db123cdbceca0abd66ef777094.tar.xz
core-1a9d7ae521e3a2db123cdbceca0abd66ef777094.zip
* cosmetics
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@804 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rw-r--r--installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm
index 4fea1a1f..86afe3e0 100644
--- a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm
+++ b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm
@@ -23,7 +23,7 @@ sub new
{
my $class = shift;
my $self = {
- 'base-name' => 'suse-10.2-x86_64',
+ 'base-name' => 'suse-10.2_x86_64',
};
return bless $self, $class;
}