mirror of
https://abf.rosa.ru/djam/kernel-6.6.git
synced 2025-02-25 03:42:46 +00:00
fix installing non-gzipped image on aarch64 (zstd)
This commit is contained in:
parent
b7e1b46ed3
commit
c4968f9197
1 changed files with 1 additions and 1 deletions
|
@ -1452,7 +1452,7 @@ install -m 644 Module.symvers.zst %{temp_boot}/symvers-%{kver_full}.zst
|
|||
%endif
|
||||
|
||||
%ifarch aarch64
|
||||
cp -f arch/arm64/boot/Image.gz %{temp_boot}/vmlinuz-%{kver_full}
|
||||
cp -f arch/arm64/boot/Image* %{temp_boot}/vmlinuz-%{kver_full}
|
||||
%else
|
||||
cp -f arch/%{arch_type}/boot/bzImage %{temp_boot}/vmlinuz-%{kver_full}
|
||||
%endif
|
||||
|
|
Loading…
Add table
Reference in a new issue