projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Allow use of the offline_root option
[openwrt.git]
/
openwrt
/
target
/
default
/
target_skeleton
/
etc
/
init.d
/
S10boot
diff --git
a/openwrt/target/default/target_skeleton/etc/init.d/S10boot
b/openwrt/target/default/target_skeleton/etc/init.d/S10boot
index
81379be
..
bd94bbd
100755
(executable)
--- a/
openwrt/target/default/target_skeleton/etc/init.d/S10boot
+++ b/
openwrt/target/default/target_skeleton/etc/init.d/S10boot
@@
-4,7
+4,12
@@
syslogd -C 16
sysctl -p
echo "S" > /proc/jffs2_bbc
sysctl -p
echo "S" > /proc/jffs2_bbc
+rm -rf /var
+ln -sf /tmp /var
mkdir -p /var/run
mkdir -p /var/run
+mkdir -p /var/log
+touch /var/log/wtmp
+touch /var/log/lastlog
[ "$(nvram get il0macaddr)" = "00:90:4c:5f:00:2a" ] && {
# if default wifi mac, set two higher than the lan mac
[ "$(nvram get il0macaddr)" = "00:90:4c:5f:00:2a" ] && {
# if default wifi mac, set two higher than the lan mac
This page took
0.022745 seconds
and
4
git commands to generate.