X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fbase-files%2Ffiles%2Flib%2Ffirstboot%2F30_is_rootfs_mounted;h=e2ba01d502e153c58b7ea4df344cd7f13c13ab77;hb=3b1315b98de1925ccc1cca32e4277e511e33641f;hp=7c3fe6c4c83f3607a4fc9172ebbe64d6bb3c915a;hpb=a9929695c6ad0779eaa8cb3d68d37760981d55b7;p=openwrt-10.03%2F.git diff --git a/package/base-files/files/lib/firstboot/30_is_rootfs_mounted b/package/base-files/files/lib/firstboot/30_is_rootfs_mounted index 7c3fe6c4c..e2ba01d50 100644 --- a/package/base-files/files/lib/firstboot/30_is_rootfs_mounted +++ b/package/base-files/files/lib/firstboot/30_is_rootfs_mounted @@ -4,7 +4,7 @@ # Copyright (C) 2010 Vertical Communications skip_if_rootfs_mounted() { - mount "$mtdpart" /rom/jffs -t jffs2 || exit + mount "$mtdpart" /rom/overlay -t jffs2 || exit } boot_hook_add switch2jffs skip_if_rootfs_mounted