#!/bin/sh
#
# Debug init scripts
#

mount -t debugfs none /sys/kernel/debug

exit $?
