aboutsummaryrefslogtreecommitdiffstats
path: root/root/bin
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2004-03-28 01:22:15 +0000
committerMike Baker <mbm@openwrt.org>2004-03-28 01:22:15 +0000
commit65a66d764bea70142c624ffa963ca474bcbdbad4 (patch)
treec6e48b0247246a1ed624011f1c2955fdfe862188 /root/bin
parent3d48c6fe97b59c616747201b0059973619cfb15a (diff)
downloadupstream-65a66d764bea70142c624ffa963ca474bcbdbad4.tar.gz
upstream-65a66d764bea70142c624ffa963ca474bcbdbad4.tar.bz2
upstream-65a66d764bea70142c624ffa963ca474bcbdbad4.zip
prevent script from being run multiple times
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'root/bin')
-rwxr-xr-xroot/bin/firstboot6
1 files changed, 6 insertions, 0 deletions
diff --git a/root/bin/firstboot b/root/bin/firstboot
index 227cedb9e88..b8d66c18ae5 100755
--- a/root/bin/firstboot
+++ b/root/bin/firstboot
@@ -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