use tmpfs instead ramfs, strange that i do not need to add any kernel option, it...
[openwrt-10.03/.git] / target / default / target_skeleton / sbin / mount_root
index 409fe38fdd3a4bb99da26b34e797fb5657c820be..5aec062125fad09bd0fb8a4060651ab87d5f936c 100755 (executable)
@@ -19,6 +19,6 @@ if [ "$1" != "failsafe" ]; then
                umount rom/proc rom/dev
        fi
 fi
-mount none /tmp -t ramfs
+mount none /tmp -t tmpfs size=50%
 mkdir -p /dev/pts
 mount none /dev/pts -t devpts