mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 04:24:26 +01:00
Link to so /init as script answer
This commit is contained in:
@@ -266,7 +266,7 @@ No problem, just use the `init` kernel boot parameter:
|
|||||||
|
|
||||||
./runqemu -e 'init=/init_hello.out'
|
./runqemu -e 'init=/init_hello.out'
|
||||||
|
|
||||||
Remember that shell scripts can also be used for `init`:
|
Remember that shell scripts can also be used for `init` <https://unix.stackexchange.com/questions/174062/init-as-a-shell-script/395375#395375>:
|
||||||
|
|
||||||
./runqemu -e 'init=/init.sh'
|
./runqemu -e 'init=/init.sh'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user