1
0

Implements command for generate all kernels for distro/version

This commit is contained in:
2018-12-02 19:54:09 +00:00
parent 3fdb2736c8
commit 825d69b770
3 changed files with 76 additions and 38 deletions

View File

@ -66,13 +66,9 @@ Use custom kernels config
$ out-of-tree --kernels /path/to/kernels.toml pew
## Generate all kernels
Generate all kernels
Does not required if you dont need to use `--guess`.
$ cd $GOPATH/src/github.com/jollheef/out-of-tree/tools/kernel-factory
$ ./bootstrap.sh # more than 6-8 hours for all kernels
$ export OUT_OF_TREE_KCFG=$GOPATH/src/github.com/jollheef/out-of-tree/tools/kernel-factory/output/kernels.toml
$ out-of-tree kernel genall --distro Ubuntu --ver 16.04
## Development