Revert "Use stable dtbs path to always pick the latest"
This breaks the upgrade path in practice. It does not fire correctly
because /boot/dtb is a symlink and does not actually contain files.
This partly reverts commit 5dd80aff06.
This commit is contained in:
parent
5dd80aff06
commit
49e166feb1
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ install -Dpm0644 %SOURCE1 %{buildroot}%{_sysconfdir}/sysconfig/update-m1n1
|
|||
%transfiletriggerin -n asahi-fwupdate -- %{_sbindir}/asahi-fwupdate %{_bindir}/asahi-fwextract %{python3_sitearch}/asahi-firmware
|
||||
%{_sbindir}/asahi-fwupdate || :
|
||||
|
||||
%transfiletriggerin -n update-m1n1 -- %{_libdir}/m1n1 %{_datadir}/uboot/apple_m1 /boot/dtb/apple
|
||||
%transfiletriggerin -n update-m1n1 -- %{_libdir}/m1n1 %{_datadir}/uboot/apple_m1 /boot/dtb-
|
||||
%{_sbindir}/update-m1n1 || :
|
||||
|
||||
%files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue