mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
update to qemu v2.9.0! rand_check.c, init_forward.sh
This commit is contained in:
@@ -6,7 +6,3 @@ 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:
|
||||
|
||||
- [gpio](gpio.sh)
|
||||
|
||||
6
rootfs_overlay/init_forward.sh
Executable file
6
rootfs_overlay/init_forward.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
# Failed attempt at debugging /init, because:
|
||||
# init must be run as pid 1
|
||||
# Is this just a random BusyBox sanity check?
|
||||
# - https://stackoverflow.com/questions/35019995/strace-init-process-pid-1-in-linux
|
||||
/sbin/init "$@"
|
||||
Reference in New Issue
Block a user