summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm
diff options
context:
space:
mode:
Diffstat (limited to 'installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm6
1 files changed, 5 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 778d58af..85715e40 100644
--- a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm
+++ b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm
@@ -41,6 +41,7 @@ sub initialize
$self->{'packager-type'} = 'rpm';
$self->{'meta-packager-type'} = $ENV{SLX_META_PACKAGER} || 'smart';
$ENV{YAST_IS_RUNNING} = "instsys";
+ return;
}
sub fixPrerequiredFiles
@@ -50,6 +51,7 @@ sub fixPrerequiredFiles
chown(0, 0, "$stage1cDir/etc/group", "$stage1cDir/etc/passwd",
"$stage1cDir/etc/shadow");
+ return;
}
sub updateDistroConfig
@@ -65,6 +67,7 @@ sub updateDistroConfig
die _tr("unable to run SuSEconfig (%s)", $!);
}
$self->SUPER::updateDistroConfig();
+ return;
}
sub initDistroInfo
@@ -395,7 +398,8 @@ sub initDistroInfo
zisofs-tools
zsh
",
- }
+ };
+ return;
}
1; \ No newline at end of file