summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorSebastian2010-08-22 19:56:51 +0200
committerSebastian2010-08-22 19:56:51 +0200
commit82163647179665ce4a06cf772fd994f9d412ea90 (patch)
tree2c06d2ccb46e50b9182704abfbcab9a182b55b41 /os-plugins
parentfix bug, kdm didn't start if spashy wasn't running (diff)
parentMerge branch 'master' of openslx.org:openslx/core (diff)
downloadcore-82163647179665ce4a06cf772fd994f9d412ea90.tar.gz
core-82163647179665ce4a06cf772fd994f9d412ea90.tar.xz
core-82163647179665ce4a06cf772fd994f9d412ea90.zip
Merge branch 'master' of openslx.org:openslx/core
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/vmware/init-hooks/80-after-plugins/adapt-tmpfs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/plugins/vmware/init-hooks/80-after-plugins/adapt-tmpfs.sh b/os-plugins/plugins/vmware/init-hooks/80-after-plugins/adapt-tmpfs.sh
index 9a168829..a6db9682 100644
--- a/os-plugins/plugins/vmware/init-hooks/80-after-plugins/adapt-tmpfs.sh
+++ b/os-plugins/plugins/vmware/init-hooks/80-after-plugins/adapt-tmpfs.sh
@@ -16,9 +16,9 @@
# adapt tmpfs size (overbook)
case $(grep tmpfs /proc/mounts) in
*/tmp*)
- mount -o remount,size=200% /mnt/tmp
+ mount -o remount,size=150% /mnt/tmp
;;
*/uniontmp*)
- mount -o remount,size=200% /mnt/tmp
+ mount -o remount,size=150% /mnt/tmp
;;
esac