mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
make overlay scripts use kernel modules and executables relative to pwd in preparison for 9p
This commit is contained in:
@@ -3,7 +3,7 @@ set -e
|
||||
|
||||
# Setup
|
||||
f=/sys/kernel/debug/lkmc_fops
|
||||
insmod /fops.ko
|
||||
insmod fops.ko
|
||||
|
||||
# read
|
||||
[ "$(cat "$f")" = abcd ]
|
||||
|
||||
Reference in New Issue
Block a user