projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fee8556
)
prevent script from being run multiple times
author
Mike Baker
<mbm@openwrt.org>
Sun, 28 Mar 2004 01:22:15 +0000
(
01:22
+0000)
committer
Mike Baker
<mbm@openwrt.org>
Sun, 28 Mar 2004 01:22:15 +0000
(
01:22
+0000)
SVN-Revision: 5
root/bin/firstboot
patch
|
blob
|
history
diff --git
a/root/bin/firstboot
b/root/bin/firstboot
index 227cedb9e8831d6bb7188a4994314b175f055d77..b8d66c18ae570e70249c1e4c186791c6f12b4525 100755
(executable)
--- 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