mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-18 07:58:58 +00:00
Fixup Kernel image path on opensuse
This commit is contained in:
parent
e233558898
commit
4cbb7786c5
@ -20,7 +20,7 @@ steps:
|
|||||||
{{ if eq .Values.arch "arm64" }}
|
{{ if eq .Values.arch "arm64" }}
|
||||||
# aarch64 has an uncompressed kernel so we need to link it to vmlinuz
|
# 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
|
ln -sf "${kernel#/boot/}" /boot/vmlinuz
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user