Skip to content

Commit

Permalink
chore: drop vmlinuz from kernel package
Browse files Browse the repository at this point in the history
We're not using uncompressed kernel anywhere, it's huge and it can't be
used directly in most of the cases.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Dec 17, 2020
1 parent a7f6270 commit b46c570
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kernel/kernel/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ steps:
case $ARCH in
x86_64)
mv arch/x86/boot/bzImage /rootfs/boot/vmlinuz
mv vmlinux /rootfs/boot/vmlinux
;;
arm64)
mv arch/arm64/boot/Image /rootfs/boot/vmlinuz
mv vmlinux /rootfs/boot/vmlinux
cd ./arch/arm64/boot/dts
for vendor in $(find . -not -path . -type d); do
dest="/rootfs/dtb/$vendor"
Expand Down

0 comments on commit b46c570

Please sign in to comment.