When user manually specifies root disk image
size the value should be greater than 0.
Fixes : #57
Signed-off-by: Harshal Patil <harshal.patil@in.ibm.com>
PR #7 was merged inadvertently, so apply the Documentation Team's
review comments to `README.md`.
Fixes#10.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
kata agent is installed in `${ROOTFS}/usr/bin/` rather than `${ROOTFS}/bin/`.
It just happended to work because `bin` is a symlink to `usr/bin`, which
might not be true in some distros. So do not rely on it.
Signed-off-by: Peng Tao <bergwolf@gmail.com>
Update `cc-runtime` submodule for two main reasons:
- config: Allow user-specified kernel params to take priority
feed1be89e
- Update data collection script to work with Kata.
Changes:
a63895e versions: Update kernel version
7bf93e2 release: Clear Containers 3.0.16
1412ff8 cc-env: Remove "CC" from output.
5e7d03c vendor: Update virtcontainers vendoring
f515c21 vendor: Update Gopkg.toml for new prune syntax
ef63d36 vendor: Remove constraints from packages not directly vendored
ab1a9f1 build: Add bug URL to help output
719f523 scripts: Fix collect script bug URL
93c71c9 cc-check: Document "unrestricted_guest" requirement
0f8b25d scripts: Ignore qemu startup message
7310433 scripts: Update collect script for Kata
feed1be config: Allow user-specified kernel params to take priority
e7de45d usage: Show project URL in help output
b45d46c release: Clear Containers 3.0.15
e65682c docs: remove references to Clear Containers proxy service
Fixes#27.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
The HTML anchor generated by github for "osbuilder" wasn't working, so
removed the slash from the title.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Remove backticks from repos that are not the name of files/commands.
Also, mark first instance of "Linux" with asterisk.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Changed image-builder/image_builder.sh to
automatically calculate the size of the root disk
Fixes#25.
Signed-off-by: Harshal Patil <harshal.patil@in.ibm.com>
Caller of rootfs.sh can define `KERNEL_MODULES_DIR` as a kernel
module directory and then the directory will be copied to
`/lib/modules/` of the created rootfs. This allows additional
kernel modules to be put into rootfs image and initrd image.
Signed-off-by: Peng Tao <bergwolf@gmail.com>
Require all PRs to contain a "Fixes #XXX" comment and a
"Signed-off-by:" comment by running the central static checks script.
Note that the static checks script will detect if the repository
contains golang code and only run those checks if it does.
Fixes#12.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>