projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove support for obsolete /etc/modules file
[openwrt.git]
/
package
/
base-files
/
default
/
sbin
/
mount_root
diff --git
a/package/base-files/default/sbin/mount_root
b/package/base-files/default/sbin/mount_root
index
647c253
..
81660f0
100755
(executable)
--- a/
package/base-files/default/sbin/mount_root
+++ b/
package/base-files/default/sbin/mount_root
@@
-1,4
+1,6
@@
#!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
mount none /proc -t proc
size=$(awk '/Mem:/ {l=5242880;print((s=$2/2)<l)?$2-l:s}' /proc/meminfo)
mount none /tmp -t tmpfs -o size=$size,nosuid,nodev,mode=1777
This page took
0.022369 seconds
and
4
git commands to generate.