#!/usr/bin/ash

run_earlyhook() {
    echo /sbin/mdev > /proc/sys/kernel/hotplug
    msg ":: Triggering uevents..."
    mdev -s
}
