summaryrefslogtreecommitdiffstats
path: root/initrd
diff options
context:
space:
mode:
authorNico Dietrich2006-04-06 14:24:34 +0200
committerNico Dietrich2006-04-06 14:24:34 +0200
commit872ff1cab4df1cbf15e2da515c750c3f11271595 (patch)
tree6fd947b969081fcad210075a093b507ecbf33f74 /initrd
parentsome more for the nbd, squashfs support ... (diff)
downloadcore-872ff1cab4df1cbf15e2da515c750c3f11271595.tar.gz
core-872ff1cab4df1cbf15e2da515c750c3f11271595.tar.xz
core-872ff1cab4df1cbf15e2da515c750c3f11271595.zip
don't start vmware in case $vmware=no!!
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@168 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd')
-rwxr-xr-xinitrd/initrd-stuff/bin/servconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/initrd/initrd-stuff/bin/servconfig b/initrd/initrd-stuff/bin/servconfig
index 9debb823..7b8bb569 100755
--- a/initrd/initrd-stuff/bin/servconfig
+++ b/initrd/initrd-stuff/bin/servconfig
@@ -215,7 +215,7 @@ config_snmp 24 02
# * VM images via additional mount (mount source NFS, NBD, ...)
# create needed directories and files
-if [ "x$vmware" != "x" ] || [ "x$vmware" != "xno" ] ; then
+if [ "x$vmware" != "x" ] && [ "x$vmware" != "xno" ] ; then
# in the future other types of sources besides NFS should be supported
for i in /var/lib/vmware /etc/vmware/vmnet1 /etc/vmware/vmnet8 \
/var/run/vmware ; do