# Created by Tobias Powalowski <tpowa@archlinux.org>

run_hook ()
{
    # these static devices are created for convenience, to autoload the modules if necessary
    # /dev/loop0
    mknod -m 0660 /dev/loop0 b 7 0
}
