openwrtv3/root/etc/init.d/S99done
Mike Baker ef2d52108a Hacks to run firstboot automatically
SVN-Revision: 110
2004-07-21 03:13:56 +00:00

6 lines
126 B
Bash
Executable file

#!/bin/sh
[ -z "$FAILSAFE" ] && {
{ mount | grep jffs2 1>-; } || firstboot
}
# turn off DMZ led
echo "0x00" > /proc/sys/diag