# Removes IDE CD support and installs SCSI modules,
# including emulation for IDE and generic SCSI support.

if test "$(/sbin/lsmod | grep --count 'ide-cd    ')" != "0"; then
/sbin/rmmod ide-cd
fi

/sbin/modprobe sr_mod
/sbin/modprobe ide-scsi
/sbin/modprobe sg 

