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>
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>