From ec5d6617829d6a8d7d7741cf40e4be53c136f6b5 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Tue, 19 Jun 2007 15:09:50 +0000 Subject: * 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 --- installer/OpenSLX/OSSetup/Distro/SUSE_10_1.pm | 1 + installer/OpenSLX/OSSetup/Distro/SUSE_10_1_x86_64.pm | 1 + installer/OpenSLX/OSSetup/Distro/SUSE_10_2.pm | 1 + installer/OpenSLX/OSSetup/Distro/SUSE_10_2_x86_64.pm | 1 + 4 files changed, 4 insertions(+) (limited to 'installer') 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 ", -- cgit v1.2.3-55-g7522