Document debugfs directory created automatically

This commit is contained in:
Ciro Santilli
2018-01-20 10:21:33 +00:00
parent 03f418b53e
commit 69eb98b5ab

View File

@@ -3,6 +3,8 @@ set -ex
mkdir -p /debugfs
# We also added a fstab entry that mounts this under /sys/kernel/debug autmoatically.
# That is the most common place to mount it.
# The /sys/kernel/debug directory gets created automatically when debugfs is
# compiled into the kernel, but it does not get mounted automatically.
mount -t debugfs none /debugfs
insmod /debugfs.ko
cd /debugfs/lkmc_debugfs