1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-28 15:11:27 +02:00

prevent script from being run multiple times

SVN-Revision: 5
This commit is contained in:
Mike Baker 2004-03-28 01:22:15 +00:00
parent fee8556c06
commit 359df15b04

@ -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