add stp, change pppoe command
[openwrt.git] / root / bin / firstboot
index 227cedb..b8d66c1 100755 (executable)
@@ -3,6 +3,12 @@
 exec 2>/dev/null
 
 umount /jffs 
+mount | grep jffs2 && {
+       echo "firstboot has already been run"
+       echo "to run firstboot again you must boot failsafe"
+       exit
+}
+
 mtd erase OpenWrt
 mount -t jffs2 /dev/mtdblock/4 /jffs
 mount /dev/mtdblock/2 /rom -o ro
This page took 0.020299 seconds and 4 git commands to generate.