Add a (non modular) upstream kernel build, for pinata alpha and general testing

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2015-12-02 10:17:51 +00:00
parent 7e5df28c43
commit e2188acbbb
4 changed files with 3296 additions and 0 deletions

8
kernel/Makefile Normal file
View File

@@ -0,0 +1,8 @@
all: vmlinuz64
vmlinuz64:
docker build -t mobykernel:test .
docker run -i mobykernel:test cat /linux/arch/x86_64/boot/bzImage > vmlinuz64
clean:
rm vmlinuz64