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>
Update kernel to include 9p's getattr hack to make
fstat after unlink work.
The extra patch is in the kernel_patch directory.
Signed-off-by: Peng Tao <bergwolf@gmail.com>
Add cgroup, netfilter, tun, veth and rtc driver.
Note: In some case, kernel will try to use userspace modprobe to
load module, so make sure init mntns has modprobe and modules.
Signed-off-by: Gao feng <omarapazanadi@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>