diff options
Diffstat (limited to 'package/base-files/files/lib/firstboot/30_no_fo_pivot')
-rw-r--r-- | package/base-files/files/lib/firstboot/30_no_fo_pivot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/lib/firstboot/30_no_fo_pivot b/package/base-files/files/lib/firstboot/30_no_fo_pivot index cb82cde5d..b5c2601ee 100644 --- a/package/base-files/files/lib/firstboot/30_no_fo_pivot +++ b/package/base-files/files/lib/firstboot/30_no_fo_pivot @@ -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 |