#!/bin/bash
CHROOT_KERNEL=$(uname -r)
/bin/modinfo -k $CHROOT_KERNEL $@
