# vim: set ft=sh:
run_hook ()
{
    msg -n ":: Loading udev..."
    /etc/start_udev
    msg "done."
}