9 lines
85 B
Bash
Executable File
9 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Debug init scripts
|
|
#
|
|
|
|
mount -t debugfs none /sys/kernel/debug
|
|
|
|
exit $?
|