summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Uhrig2008-09-01 20:33:16 +0200
committerVolker Uhrig2008-09-01 20:33:16 +0200
commit55eac3ba010496fa5ffebe21dbdf79940848c1d1 (patch)
tree0053738c2ec5420d3c92aa85ad69e6f8ec1fece0
parent* minor fix, broke one suse installation (diff)
downloadcore-55eac3ba010496fa5ffebe21dbdf79940848c1d1.tar.gz
core-55eac3ba010496fa5ffebe21dbdf79940848c1d1.tar.xz
core-55eac3ba010496fa5ffebe21dbdf79940848c1d1.zip
* make more cleare if we are at nvida or ati part
helpful if we install nvidia and ati at the same time git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2179 95ad53e4-c205-0410-b2fa-d234c58c8868
-rwxr-xr-xos-plugins/plugins/xserver/files/suse-gfx-install.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/os-plugins/plugins/xserver/files/suse-gfx-install.sh b/os-plugins/plugins/xserver/files/suse-gfx-install.sh
index bfd8cd51..b91f2cd3 100755
--- a/os-plugins/plugins/xserver/files/suse-gfx-install.sh
+++ b/os-plugins/plugins/xserver/files/suse-gfx-install.sh
@@ -26,6 +26,7 @@ if [ "$1" = "nvidia" ]; then
# TODO: let it automatical find the newest file... see ati section
# only problem should be the kernel package
if [ "10.2" = "$(lsb_release -r|sed 's/^.*\t//')" ]; then
+ echo " * Downloading nvidia rpm packages... this could take some time..."
wget -q -c \
ftp://download.nvidia.com/opensuse/10.2/i586/nvidia-gfxG01-kmp-bigsmp-173.14.12_2.6.18.8_0.10-0.1.i586.rpm \
ftp://download.nvidia.com/opensuse/10.2/i586/nvidia-gfxG01-kmp-default-173.14.12_2.6.18.8_0.10-0.1.i586.rpm \
@@ -69,7 +70,7 @@ if [ "$1" = "ati" ]; then
wget -q ${BASEURL}/repodata/primary.xml.gz
gunzip primary.xml.gz
- echo " * Downloading rpm packages... this could take some time..."
+ echo " * Downloading ati rpm packages... this could take some time..."
# notice the i586! we can also get x86_64!
for i in $(grep "<location href=.i586" primary.xml \
|sed 's/.*<location href="//'|sed 's/".*//g')