diff --git a/initramfs/init b/initramfs/init index d971348..17a8fd0 100755 --- a/initramfs/init +++ b/initramfs/init @@ -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