init: disable all userland processes started from init

In order to make the system easier to understand.

These include:

* networking
* klogd and syslogd. TODO what are those for? I could not see anything useful that they do.

Also get rid of the useless S20random thing while we are at it.
This commit is contained in:
Ciro Santilli
2018-03-25 19:01:24 +01:00
parent 2927ed330a
commit 2656202dff
6 changed files with 39 additions and 61 deletions

View File

@@ -23,7 +23,7 @@
add a dash `-` separator, and place the options after the dash.
Intended for custom options understood by our `init` scripts,
most of which are prefixed by `lkmc_`, e.g.:
`./run -f 'lkmc_eval="wget google.com" lkmc_nonet=y'`
`./run -f 'lkmc_eval="wget google.com" lkmc_lala=y'`
Mnenomic: comes after `-e`.
|`-G` | | Pass extra options to the gem5 executable.
Only useful if `-g` is given.