the docker setup is perfect

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-11-11 00:00:01 +00:00
parent 403d4a9d06
commit a06872241b
6 changed files with 133 additions and 106 deletions

2
run
View File

@@ -463,7 +463,7 @@ Pass an extra Linux kernel command line options, 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_`.
Example: `./run -f 'lkmc_eval="wget google.com" lkmc_lala=y'`
Example: `./run --kernel-cli-after-dash 'lkmc_eval="wget google.com" lkmc_lala=y'`
Mnenomic: `-f` comes after `-e`.
'''
)