your inits are belongz to uz

This commit is contained in:
Ciro Santilli
2017-09-30 21:27:12 +01:00
parent 32f9455956
commit cbea7cc02c
8 changed files with 53 additions and 14 deletions

View File

@@ -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
View 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