final final final
This commit is contained in:
parent
866e38b83a
commit
7404ba3c98
@ -4,7 +4,7 @@
|
||||
%define _build_id_links none
|
||||
|
||||
Name: opi5-efi
|
||||
Version: 0.0.3
|
||||
Version: 0.0.4
|
||||
Release: 0%{?dist}
|
||||
Summary: Necessary files for booting from vendor U-Boot on Orange Pi 5
|
||||
License: GPL
|
||||
|
4
post.sh
4
post.sh
@ -28,5 +28,5 @@ cp "/boot/uInitrd-${UNAME_R}" /boot/uInitrd
|
||||
mkimage -C none -A arm -T script -d "/boot/efi/boot.cmd-${FULL_VER}" "/boot/efi/boot.scr-${FULL_VER}"
|
||||
cp "/boot/efi/boot.scr-${FULL_VER}" /boot/efi/boot.scr
|
||||
|
||||
diff /opt/opi5-efi/boot.cmd "/boot/efi/boot.cmd-${FULL_VER}" > /boot/diff_boot_cmd
|
||||
diff /opt/opi5-efi/uEnv.txt "/boot/efi/uEnv.txt-${FULL_VER}" > /boot/diff_uenv_txt
|
||||
diff /opt/opi5-efi/boot.cmd "/boot/efi/boot.cmd-${FULL_VER}" > /boot/diff_boot_cmd || echo "diffed"
|
||||
diff /opt/opi5-efi/uEnv.txt "/boot/efi/uEnv.txt-${FULL_VER}" > /boot/diff_uenv_txt || echo "diffed"
|
||||
|
Loading…
Reference in New Issue
Block a user