1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-21 04:16:02 +03:00
openwrt-xburst/package/base-files/default/etc/init.d/S98done

10 lines
175 B
Plaintext
Raw Normal View History

#!/bin/sh
sysctl -p >&-
# automagically run firstboot
{ mount|grep "on / type tmpfs" 1>&-; } && {
lock /tmp/.switch2jffs
firstboot switch2jffs
lock -u /tmp/.switch2jffs
}