From c8c833efa3d96377b3802768eb83c8b22942f433 Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Tue, 1 Mar 2011 17:43:20 +0100 Subject: fix typo --- src/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm') diff --git a/src/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm b/src/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm index 17d18383..980c7f68 100644 --- a/src/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm +++ b/src/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm @@ -1,4 +1,4 @@ -# Copyright (c) 2008..2011 - OpenSLX GmbH +# Copyright (c) 2008..2011 - OpenSLX G-mbH # # This program is free software distributed under the GPL version 2. # See http://openslx.org/COPYING @@ -408,7 +408,7 @@ sub _writeRunlevelScript $script = unshiftHereDoc(<<" End-of-Here"); # Create a special tempfs directory mkdir -m 1777 -p /tmp/vmware - mount -t tmpfs -o 'size=180%,mode=1777' /tmp/vmware + mount -t tmpfs -o size=180%,mode=1777 tmpfs /tmp/vmware End-of-Here $initfile->addFunction( "tempdir", -- cgit v1.2.3-55-g7522