Files
linux-kernel-module-cheat/rootfs_overlay/etc/init.d/S98

7 lines
140 B
Bash
Executable File

#!/bin/sh
# For temparary test commands, first copy this file to to
# S99 which is already gitignored.
echo 'S98'
# insmod /hello.ko
exit 0