#! /bin/sh
####################################################################
#
#      File: S05mount_debugfs
#      Name: Fredrick John Berchmans 
#
#      Description:
#       Mounting of the debugfs
#	Actual location on disk: /etc/rc.d/rcS.d/S05mount_debugfs
#
#
# Copyright (c) 2010, 2015 by cisco Systems, Inc.
# All rights reserved.
#
#
#####################################################################

. /etc/init.d/mod_ins/module-load-functions

action "" mkdir -p /debugfs
action "" chmod 755  /debugfs
action "" mount -t debugfs nodev /debugfs

#echo 0 > /debugfs/tracing/tracing_enabled
#echo kernel_trace > /debugfs/tracing/current_tracer
#echo 1 > /debugfs/tracing/tracing_enabled
#action "" cat /debugfs/tracing/current_tracer
