linuxOS_AP05/device/rockchip/rv1108/overlay-board/rv1108-minievb-v10-cvr/etc/init.d/S20debug
2025-06-02 13:59:07 +08:00

9 lines
85 B
Bash
Executable File

#!/bin/sh
#
# Debug init scripts
#
mount -t debugfs none /sys/kernel/debug
exit $?