#!/bin/bash

depmod -a
modprobe osddriver

cat >> /etc/modules << EOF
osddriver
EOF

exit 0
