mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-14 14:43:23 +00:00
Kernel scanning now fixed, only needs vmlinuz64
- The scanning process was not ignoring the kernel extraversion before, so was only sometimes picking up issues. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -10,7 +10,6 @@ x86_64/vmlinuz64: Dockerfile kernel_config
|
||||
docker run --rm --net=none --log-driver=none $$BUILD cat /kernel-source-info > etc/kernel-source-info && \
|
||||
docker run --rm --net=none --log-driver=none $$BUILD cat /linux/vmlinux > x86_64/vmlinux && \
|
||||
docker run --rm --net=none --log-driver=none $$BUILD cat /linux/arch/x86_64/boot/bzImage > $@ && \
|
||||
docker run --rm --net=none --log-driver=none $$BUILD tar cf - /linux/arch/x86/boot > x86_64/boot.tar && \
|
||||
docker run --rm --net=none --log-driver=none $$BUILD cat /kernel-headers.tar > x86_64/kernel-headers.tar && \
|
||||
cp -a patches etc/kernel-patches
|
||||
|
||||
|
||||
Reference in New Issue
Block a user