mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:46:16 +02:00
prevent script from being run multiple times
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a91ebb0ed7
commit
fe0811b36f
@ -3,6 +3,12 @@
|
|||||||
exec 2>/dev/null
|
exec 2>/dev/null
|
||||||
|
|
||||||
umount /jffs
|
umount /jffs
|
||||||
|
mount | grep jffs2 && {
|
||||||
|
echo "firstboot has already been run"
|
||||||
|
echo "to run firstboot again you must boot failsafe"
|
||||||
|
exit
|
||||||
|
}
|
||||||
|
|
||||||
mtd erase OpenWrt
|
mtd erase OpenWrt
|
||||||
mount -t jffs2 /dev/mtdblock/4 /jffs
|
mount -t jffs2 /dev/mtdblock/4 /jffs
|
||||||
mount /dev/mtdblock/2 /rom -o ro
|
mount /dev/mtdblock/2 /rom -o ro
|
||||||
|
Loading…
Reference in New Issue
Block a user