summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
83ad9f6)
exec 2>/dev/null
umount /jffs
exec 2>/dev/null
umount /jffs
+if [ -z "$(mount | grep jffs2)" ]; 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 "firstboot has already been run"
- echo "to run firstboot again you must boot failsafe"
- exit
-}
+ echo "fixing symlinks instead"
+ cd /
+fi
-mtd erase OpenWrt
-mount -t jffs2 /dev/mtdblock/4 /jffs
-mount /dev/mtdblock/2 /rom -o ro
-cd /jffs
} | xargs mkdir
for file in $(cd /rom; find * -type f; find * -type l;)
} | xargs mkdir
for file in $(cd /rom; find * -type f; find * -type l;)