init: mount the debugfs
Add the debugfs to control dev_dbg output Signed-off-by: Angus Ainslie <angus@akkea.ca>
This commit is contained in:
parent
f48f28562e
commit
11374e81a7
|
@ -35,6 +35,10 @@ mount -t configfs -o nodev,noexec,nosuid configfs /config
|
|||
mkdir -p /dev/pts
|
||||
mount -t devpts devpts /dev/pts
|
||||
|
||||
# add the debugfs
|
||||
mkdir /debug
|
||||
mount -t debugfs none /debug
|
||||
|
||||
# LED indicator for MMC r/w access
|
||||
if [ -n "$LED" ]; then
|
||||
echo $TRIGGER > /sys/class/leds/$LED/trigger
|
||||
|
|
Loading…
Reference in New Issue