summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorBastian Wissler2009-04-07 13:48:26 +0200
committerBastian Wissler2009-04-07 13:48:26 +0200
commit2701c635fa37da9eede75f21f6cb2bb4592621d9 (patch)
tree54333fa147243b00fe1835e9606e234e2f1062a6 /os-plugins
parentadding new pxe menu stuff to branch 5.0, (+ small theme fix) (diff)
downloadcore-2701c635fa37da9eede75f21f6cb2bb4592621d9.tar.gz
core-2701c635fa37da9eede75f21f6cb2bb4592621d9.tar.xz
core-2701c635fa37da9eede75f21f6cb2bb4592621d9.zip
init:
* Added option for enabling ddcinfo in xserver per kernel cmdline xserver: * Fixed some strange gpg-check with "zypper refresh" -> this caused some trouble with fresh installation of the xserver plugin git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2805 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rwxr-xr-xos-plugins/plugins/xserver/files/suse-gfx-install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/plugins/xserver/files/suse-gfx-install.sh b/os-plugins/plugins/xserver/files/suse-gfx-install.sh
index cb38627f..347c1a32 100755
--- a/os-plugins/plugins/xserver/files/suse-gfx-install.sh
+++ b/os-plugins/plugins/xserver/files/suse-gfx-install.sh
@@ -169,7 +169,7 @@ if [ "$1" = "nvidia" ]; then
# zypper refresh is requested if something is not found
if [ "1" -le "$(cat logfile | grep -o "zypper refresh"| wc -l)" ]; then
- zypper refresh >/dev/null 2>&1
+ zypper --no-gpg-checks refresh >/dev/null 2>&1
fi
# take unique urls from logfile
@@ -273,7 +273,7 @@ if [ "$1" = "ati" ]; then
# zypper refresh is requested if something is not found
if [ "1" -le "$(cat logfile | grep -o "zypper refresh" | wc -l)" ]; then
- zypper refresh >/dev/null 2>&1
+ zypper --no-gpg-check refresh >/dev/null 2>&1
fi
# take unique urls from logfile