Files
linux-kernel-module-cheat/rootfs_overlay/etc/init.d/S98
2018-02-09 23:26:58 +00:00

8 lines
99 B
Bash
Executable File

#!/bin/sh
echo 'S98'
# insmod /hello.ko
if [ -n "$lkmc_eval" ]; then
eval "$lkmc_eval"
fi
exit 0