Fixup Kernel image path on opensuse

This commit is contained in:
Ettore Di Giacinto 2022-10-19 11:28:25 +00:00
parent e233558898
commit 4cbb7786c5

View File

@ -20,7 +20,7 @@ steps:
{{ if eq .Values.arch "arm64" }}
# aarch64 has an uncompressed kernel so we need to link it to vmlinuz
- |
kernel=$(ls /boot/zImage-* | head -n1) && \
kernel=$(ls /boot/Image-* | head -n1) && \
ln -sf "${kernel#/boot/}" /boot/vmlinuz
{{ end }}
{{ end }}