build kernel/modules in the hyperstart-dev:latest container
remove build/modules/ directroy and add modules.tar instead
Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
I happen to find out on centos6.7, glibc-headers does have SYS_setns
defined, but previous release doesn't.
It's better to use configure script to check setns function.
Signed-off-by: WANG Chao <wcwxyz@gmail.com>
The files under src directory is the codes of hyperStart,
use autogen.sh && configure && make to generate hyper-initrd.img,
this image will be used to start hyper instance.
Signed-off-by: Gao feng <feng@hyper.sh>