change from /jffs to /overlay, patch from Daniel Dickinson
[openwrt/svn-archive/archive.git] / package / base-files / files / lib / firstboot / 30_no_fo_pivot
index cb82cde5dd0af08069977b3b42574bc486e5fa37..b5c2601ee8d5f78a0556fcf24c9e298187888b92 100644 (file)
@@ -5,7 +5,7 @@
 
 no_fo_pivot() {
     # switch to the new (empty) jffs2
-    fopivot /jffs /rom 1
+    fopivot /overlay /rom 1
 }
 
 boot_hook_add no_fo no_fo_pivot