projects
/
wyse_ntpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
cf81a0b
)
new custom startup
author
Paul J R
<me@pjr.cc>
Sat, 24 Aug 2013 04:42:05 +0000 (14:42 +1000)
committer
Paul J R
<me@pjr.cc>
Sat, 24 Aug 2013 04:42:05 +0000 (14:42 +1000)
src/buildroot-2013.05/custom/filesystem/etc/init.d/S80custom_startup
patch
|
blob
|
history
diff --git
a/src/buildroot-2013.05/custom/filesystem/etc/init.d/S80custom_startup
b/src/buildroot-2013.05/custom/filesystem/etc/init.d/S80custom_startup
index
2eb01eb
..
895608c
100755
(executable)
--- a/
src/buildroot-2013.05/custom/filesystem/etc/init.d/S80custom_startup
+++ b/
src/buildroot-2013.05/custom/filesystem/etc/init.d/S80custom_startup
@@
-7,6
+7,7
@@
mknod -m 0664 /dev/pps0 c 252 0
ln -s /dev/pps0 /dev/gpspps0
# mount the config file system
-mount /dev/sda1 /fs > /dev/null
+mkdir /fs > /dev/null 2>&1
+mount /dev/sda1 /fs > /dev/null 2>&1
ln -s /fs/config /config