projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
large init script cleanup and merge of whiterussian changes, new dnsmasq config handling
[openwrt.git]
/
package
/
base-files
/
default
/
etc
/
init.d
/
S98done
1
#!/bin/sh
2
sysctl
-p
>&-
3
4
# automagically run firstboot
5
{
mount|
grep
"on / type tmpfs"
1
>&-; } && {
6
lock
/
tmp
/
.switch2jffs
7
firstboot switch2jffs
8
lock
-u
/
tmp
/
.switch2jffs
9
}
This page took
0.044053 seconds
and
5
git commands to generate.