#!/bin/sh
modprobe ide-cd >/dev/null 2>&1
modprobe cs5535 >/dev/null 2>&1 && sleep 3
clear
./init_doc-fat.sh /dev/hda ../updates/current
if [ ! -f /tmp/FAILED ]; then
  echo 
  echo
  echo
  echo Installed! You can now remove the CD and restart the system!
  echo
  echo
  echo
  eject  >/dev/null 2>&1
  read wait
fi  
exec /bin/bash
