X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fbase-files%2Ffiles%2Flib%2Ffirstboot%2F50_pivot;fp=package%2Fbase-files%2Ffiles%2Flib%2Ffirstboot%2F50_pivot;h=53801d7a8f82ecd8c730125fafb52be98f395ba0;hp=fa1c7b540024e9eccb21c9634333a3955cd21fb4;hb=03daac40a2f59e3415a2322080d91737e7b854bc;hpb=f414b017cfdb22d894659456cf40ad6c3a858148 diff --git a/package/base-files/files/lib/firstboot/50_pivot b/package/base-files/files/lib/firstboot/50_pivot index fa1c7b5400..53801d7a8f 100644 --- a/package/base-files/files/lib/firstboot/50_pivot +++ b/package/base-files/files/lib/firstboot/50_pivot @@ -9,9 +9,9 @@ with_fo_pivot() { pivot /rom /mnt mount -o move /mnt /tmp/root - # /jffs is the overlay + # /overlay is the overlay # /rom is the readonly - fopivot /jffs /rom + fopivot /overlay /rom } boot_hook_add switch2jffs with_fo_pivot