X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/a91ebb0ed744d2fcd5e9f30abaa2bb922c5b589c..cd5d89517d077ee30ce1da5e2a49ff07b4b48be7:/root/bin/firstboot diff --git a/root/bin/firstboot b/root/bin/firstboot index 227cedb9e..b8d66c18a 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