30_no_fo_pivot 209 B

1234567891011
  1. #!/bin/sh
  2. # Copyright (C) 2006-2010 OpenWrt.org
  3. # Copyright (C) 2010 Vertical Communications
  4. no_fo_pivot() {
  5. # switch to the new (empty) jffs2
  6. fopivot /jffs /rom 1
  7. }
  8. boot_hook_add no_fo no_fo_pivot