X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fbase-files%2Ffiles%2Fsbin%2Ffirstboot;fp=package%2Fbase-files%2Ffiles%2Fsbin%2Ffirstboot;h=4da299189e7da7bb9fe5a9eaf3bc3e11601c40f8;hb=9e7554db871433758f661e85f8ff95501b62d935;hp=e9994dec3856eada1d742f946d5a9b77ba84c4d3;hpb=f27821cfcab3a5f8561399086e92db8585cf2925;p=openwrt-10.03%2F.git diff --git a/package/base-files/files/sbin/firstboot b/package/base-files/files/sbin/firstboot index e9994dec3..4da299189 100755 --- a/package/base-files/files/sbin/firstboot +++ b/package/base-files/files/sbin/firstboot @@ -27,8 +27,8 @@ if [ "${0##*/}" = "firstboot" ]; then boot_run_hook jffs2reset else mtd erase "$partname" - mount "$mtdpart" /jffs -t jffs2 - fopivot /jffs /rom 1 + mount "$mtdpart" /overlay -t jffs2 + fopivot /overlay /rom 1 fi fi