#!/bin/sh
# set hotplug handler at boot
echo -n "Setting hotplug handler: "  
echo /sbin/mdev > /proc/sys/kernel/hotplug
echo '[ OK ]'

