summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorOliver Tappe2007-06-19 17:09:50 +0200
committerOliver Tappe2007-06-19 17:09:50 +0200
commitec5d6617829d6a8d7d7741cf40e4be53c136f6b5 (patch)
tree5c2f3f4517a4677f544af93f20a2c93dc3b9294a /installer
parentThe new busybox seems to work as expected/required thus updating it in (diff)
downloadcore-ec5d6617829d6a8d7d7741cf40e4be53c136f6b5.tar.gz
core-ec5d6617829d6a8d7d7741cf40e4be53c136f6b5.tar.xz
core-ec5d6617829d6a8d7d7741cf40e4be53c136f6b5.zip
* Added glibc-locale in order to allow use of locale-support in target
vendor-OS. Bastian reported a (strange) problem that stopped him from installing packages via 'smart' on a suse-10.2 vendor-OS, as smart would insist on using German messages (although LC_ALL had been set to POSIX!). Adding glibc-locale to the vendor-OS circumvents this problem (as now de_DE.UTF-8 can be used as LC_ALL). However, it would still be interesting to find out just *why* smart is speaking German only on Bastian's system (which is a Gentoo host)... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1174 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rw-r--r--installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm1
-rw-r--r--installer/OpenSLX/OSSetup/Distro/SUSE_10_1_x86_64.pm1
-rw-r--r--installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm1
-rw-r--r--installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm1
4 files changed, 4 insertions, 0 deletions
diff --git a/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm b/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm
index 611fb45e..42e54d4b 100644
--- a/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm
+++ b/installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm
@@ -206,6 +206,7 @@ sub initDistroInfo
$self->{config}->{'selection'} = {
'default' => "
+ glibc-locale
",
'gnome' => "
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 291c9e10..5d40e0b0 100644
--- a/installer/OpenSLX/OSSetup/Distro/SUSE_10_1_x86_64.pm
+++ b/installer/OpenSLX/OSSetup/Distro/SUSE_10_1_x86_64.pm
@@ -207,6 +207,7 @@ sub initDistroInfo
$self->{config}->{'selection'} = {
'default' => "
+ glibc-locale
",
'gnome' => "
diff --git a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm
index 6bb42c6a..f003ba4e 100644
--- a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm
+++ b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm
@@ -209,6 +209,7 @@ sub initDistroInfo
$self->{config}->{'selection'} = {
'default' => "
+ glibc-locale
nbd
squashfs-kmp-default
",
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 cf2ed96f..6729e017 100644
--- a/installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm
+++ b/installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm
@@ -210,6 +210,7 @@ sub initDistroInfo
$self->{config}->{'selection'} = {
'default' => "
+ glibc-locale
nbd
squashfs-kmp-default
",