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