X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=root%2Fbin%2Ffirstboot;h=637f68896e295c864722dac837ac07a508900547;hb=eaf97a931e11636239f2654bea2dc956dfa427ff;hp=b484e1a8189b3c006d50afa45be7f621b4039f63;hpb=a5719244d66a8cbc92b428f8baf30d9f7fa44702;p=openwrt-10.03%2F.git diff --git a/root/bin/firstboot b/root/bin/firstboot index b484e1a81..637f68896 100755 --- a/root/bin/firstboot +++ b/root/bin/firstboot @@ -3,18 +3,26 @@ exec 2>/dev/null -umount /jffs -if [ -z "$(mount | grep jffs2)" ]; then +[ -f "/tmp/.firstboot" ] && { + echo "firstboot is already running" + return +} +touch /tmp/.firstboot + +jdev=$(mount | awk '/jffs2/ {print $3}') + +if [ -z "$jdev" ]; then mtd erase OpenWrt mount -t jffs2 /dev/mtdblock/4 /jffs - mount /dev/mtdblock/2 /rom -o ro cd /jffs else echo "firstboot has already been run" echo "fixing symlinks instead" - cd / + cd $jdev fi +mount /dev/mtdblock/2 /rom -o ro + { cd /rom find . -type d