--- base/init.d-scripts/lessdisks.orig	2005-02-23 22:00:25.000000000 -0800
+++ base/init.d-scripts/lessdisks	2005-02-23 22:00:46.000000000 -0800
@@ -47,7 +47,7 @@
   ramfs) mount -t ramfs -o rw $rw
     echo "mounting ramfs on $rw"
     ;;
-  tmpfs)  mount -t tmpfs -o rw,size=$tmpfs_size tmpfs $rw
+  tmpfs)  mount -t tmpfs -o rw,size=$tmpfs_size,mode=0755 tmpfs $rw
     echo "mounting tmpfs on $rw"
     ;;
   translucency) ;;
