The asahi-scripts package
Find a file
Janne Grunau 6507e7f0a2 update-m1n1: Use kernel-install script instead of filetrigger for dtb updates
This has various advantages:
- a failure can prevent kernel-install to create a boot loader entry
  which in the worst case won't boot due to a 2nd stage m1n1 dtbs vs.
  kernel mismatch
- It would allow to replicate the logic in grubby's
  10-devicetree.install to avoid the dependency and work without
  /boot/dtb symlink. This would simplify the integration for immutable
  Fedora-Asahi-Remix variants.
- it is easier to discover as /usr/lib/kernel/install.d is the expected
  place for scripts to trigger during kernel installation/removal.
- It ensures update-m1n1 runs after the symlink is updated. The ordering
  between the filetrigger and kernel-install during package updates is
  not obviously clear.

There is no rollback mechanism if the kernel-install fails but this
should not differ from the filetrigger.
2025-07-13 23:36:58 +02:00
.gitignore Update to 20250426.1; Fixes: RHBZ#2293832 2025-04-26 15:35:20 -07:00
15-update-m1n1.install update-m1n1: Use kernel-install script instead of filetrigger for dtb updates 2025-07-13 23:36:58 +02:00
asahi-scripts.spec update-m1n1: Use kernel-install script instead of filetrigger for dtb updates 2025-07-13 23:36:58 +02:00
changelog Fix rpmautospec 2022-08-14 14:55:48 -07:00
README.md Added the README 2022-03-25 17:13:40 +00:00
sources Update to 20250426.1; Fixes: RHBZ#2293832 2025-04-26 15:35:20 -07:00
update-m1n1.sysconfig update-m1n1: limit config to DTBs Mx (Pro/Max/Ultra) based devices 2025-01-28 12:05:05 +00:00

asahi-scripts

The asahi-scripts package