Go to file
Peng Tao 19c3555412 cli: add hypervisor initrd config option
Add `initrd=[path]` option to configuration.toml and use it to set
the HypervisorConfig.InitrdPath option.

The default value of hypervisor image option is removed since we want
to allow it to be unset. For the same reason, there is no default value
for hypervisor initrd option either.

Signed-off-by: Peng Tao <bergwolf@gmail.com>
2018-03-27 15:58:41 +08:00
.ci ci: allow path to tests repo to be over-wridden 2018-03-22 14:38:45 +00:00
.github github: Add issue template 2018-03-22 13:56:43 +00:00
arch build: Move CLI makefile to top level 2018-03-22 11:16:06 +00:00
cli cli: add hypervisor initrd config option 2018-03-27 15:58:41 +08:00
data scripts: Make collect script hypervisor architecture agnostic 2018-03-22 16:05:12 +00:00
vendor vendor: update govmm package 2018-03-27 15:58:41 +08:00
virtcontainers hypervisor: add initrd image support 2018-03-27 15:58:41 +08:00
.gitignore gitignore: merge gitignore files 2018-03-23 17:09:54 +08:00
.gitmodules submodules: Remove cc-runtime and runv 2018-03-21 12:10:15 -07:00
.pullapprove.yml CI: Add doc team to pullapprove config 2018-03-22 15:49:27 +00:00
.travis.yml CI: add go_import_path 2018-03-23 17:31:42 +08:00
CODE_OF_CONDUCT.md docs: Add missing standard docs 2018-02-09 14:45:14 +00:00
CONTRIBUTING.md docs: Add missing standard docs 2018-02-09 14:45:14 +00:00
Gopkg.lock vendor: update govmm package 2018-03-27 15:58:41 +08:00
Gopkg.toml vendor: update govmm package 2018-03-27 15:58:41 +08:00
LICENSE Initial commit 2017-11-21 17:03:45 +08:00
Makefile cli: add hypervisor initrd config option 2018-03-27 15:58:41 +08:00
README.md docs: Add missing standard docs 2018-02-09 14:45:14 +00:00
VERSION build: Move CLI makefile to top level 2018-03-22 11:16:06 +00:00

Build Status

Runtime

This project contains the runtime for the Kata Containers project.