let ipkg fail when a package file to be installed is not found
[openwrt/svn-archive/archive.git] / openwrt / 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 }