summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Distro/SUSE_10_1_x86_64.pm
diff options
context:
space:
mode:
Diffstat (limited to 'installer/OpenSLX/OSSetup/Distro/SUSE_10_1_x86_64.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Distro/SUSE_10_1_x86_64.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/SUSE_10_1_x86_64.pm b/installer/OpenSLX/OSSetup/Distro/SUSE_10_1_x86_64.pm
index f80bca32..91210146 100644
--- a/installer/OpenSLX/OSSetup/Distro/SUSE_10_1_x86_64.pm
+++ b/installer/OpenSLX/OSSetup/Distro/SUSE_10_1_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
@@ -1055,6 +1058,7 @@ sub initDistroInfo
zvbi
",
};
+ return;
}
1;