start on MOUNTS_OK

console output

script 
 if [ -f /tmp/rescue-boot-late ] ; then
  run-parts /etc/rescue-boot-late.d/
  echo GOT THERE >> /rb.log
  rm /etc/rescue-boot-late
 fi


end script
