1. root_rw() {
  2. mount -o remount,rw /
  3. }
  4. add_hook sysinit_premount root_rw