prevent script from being run multiple times
authorMike Baker <mbm@openwrt.org>
Sun, 28 Mar 2004 01:22:15 +0000 (01:22 +0000)
committerMike Baker <mbm@openwrt.org>
Sun, 28 Mar 2004 01:22:15 +0000 (01:22 +0000)
SVN-Revision: 5

root/bin/firstboot

index 227cedb9e8831d6bb7188a4994314b175f055d77..b8d66c18ae570e70249c1e4c186791c6f12b4525 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