Create "direct" install sub command that will be called in a posttrans on package mode installations
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 196
- Forks
- 55
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 14
Description
As part of https://fedoraproject.org/wiki/Changes/BootLoaderUpdatesPhase1, for package mode installations, we will update the bootloader (copy from /usr to boot or ESP) as part of the posttrans scriptlet.
This is a slightly different path as the current update path where we have the systemd-run logic, and we notably don't have any prepared metadata.
We can start by creating a command that does a simple copy (like the scripts do) and then iterate on merging the logic between the package mode and the image mode use case.
See change and current sample/basic installation scripts:
- https://fedoraproject.org/wiki/Changes/BootLoaderUpdatesPhase1
- https://src.fedoraproject.org/rpms/grub2/pull-request/136
- https://src.fedoraproject.org/rpms/shim/pull-request/4
See related issue: https://github.com/coreos/bootupd/issues/926
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.