linux-asahi: move out of boot#60583
Conversation
297645d to
f5931ef
Compare
|
also, if this change even happens, it should have an install message if it requires manual user intervention |
|
The generic method would be post-{install,remove} hooks (before initramfs ones) that copy stuff into /boot. I thought about it, but for asahi (and also for uefi uki) it makes more sense to have a single hook (especially when m1n1 payload is kernel, which could then be signed): this way we only write to /boot what is needed, and as a side effect the user does not try to use an unsupported initramfs. |
|
I think |
|
yes, this change (moving kernels out of boot) cannot happen unless it's supported by all initramfs hooks. if you want kernels out of boot, make a separate proposal for a generic solution, and leave this PR just for updating the kernel |
|
I think I found a way that works with all initramfs, please have a look. Update will be moved into a separate pr. |
The move out of
/bootrequires changes tomkimageand docs.[ci skip] as this is hooks.