2 mount none
/proc
-t proc
3 size
=$
(awk '/Mem:/ {l=5242880;print((s=$2/2)<l)?$2-l:s}' /proc
/meminfo
)
4 mount none
/tmp
-t tmpfs
-o size
=$size
6 if [ "$1" != "failsafe" ]; then
10 if [ $
(cat /proc
/mtd |
wc -l) = 6 ]; then
14 mount
-o remount
,rw
/dev
/root
/
21 mount none
/tmp
-t tmpfs
-o remount
,nosuid
,nodev
,mode
=1777
23 mount none
/dev
/pts
-t devpts
24 mount
-t sysfs none
/sys
2>&-
This page took 0.068649 seconds and 5 git commands to generate.