projects
/
wyse_ntpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
358295c
)
changed mount startup
author
Paul J R
<me@pjr.cc>
Sat, 24 Aug 2013 04:56:22 +0000 (14:56 +1000)
committer
Paul J R
<me@pjr.cc>
Sat, 24 Aug 2013 04:56:22 +0000 (14:56 +1000)
src/buildroot-2013.05/custom/filesystem/etc/init.d/S02mounts
patch
|
blob
|
history
diff --git
a/src/buildroot-2013.05/custom/filesystem/etc/init.d/S02mounts
b/src/buildroot-2013.05/custom/filesystem/etc/init.d/S02mounts
index
9213e92
..
c88e882
100755
(executable)
--- a/
src/buildroot-2013.05/custom/filesystem/etc/init.d/S02mounts
+++ b/
src/buildroot-2013.05/custom/filesystem/etc/init.d/S02mounts
@@
-6,3
+6,4
@@
mkdir /sys > /dev/null 2>&1
mount -t sysfs sys /sys
mkdir -p /dev/pts > /dev/null 2>&1
mount -t devpts devpts /dev/pts
+mount /tmp > /dev/null 2>&1