mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
your inits are belongz to uz
This commit is contained in:
@@ -7,6 +7,6 @@ We use it to for things like:
|
||||
- customized configuration files
|
||||
- userland module test scripts
|
||||
|
||||
Most tests correspond clearly to a given kernel module, but the following ones don't, e.g. they correspond to mainline tree features:
|
||||
Most tests correspond clearly to a given kernel module, but the following ones don't:
|
||||
|
||||
- [gpio](gpio.sh)
|
||||
|
||||
7
rootfs_overlay/init.sh
Executable file
7
rootfs_overlay/init.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Can init be a sh script? Yes.
|
||||
# Sure, why not: https://unix.stackexchange.com/questions/174062/init-as-a-shell-script/395375#395375
|
||||
echo 'hello init.sh'
|
||||
while true; do
|
||||
sleep 1
|
||||
done
|
||||
Reference in New Issue
Block a user