slim down kernel config some more; make it support modules, but not ship with any

Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
Justin Cormack
2015-12-11 15:43:14 +00:00
parent e4da1b5158
commit ddcb740994
2 changed files with 64 additions and 179 deletions

View File

@@ -1,6 +1,6 @@
all: vmlinuz64
vmlinuz64:
vmlinuz64: kernel_config
docker build -t mobykernel:test .
docker run mobykernel:test cat /linux/arch/x86_64/boot/bzImage > vmlinuz64