feat: Sys extension management #3068
Labels
enhancement
New feature or request
triage
Add this label to issues that should be triaged and prioretized in the next planning call
Is your feature request related to a problem? Please describe.
currently it's hard to determine in a running system the installed system extension that are enabled for the current boot entry (active or passive), similarly, for upgrading the systextensions it is adviced to do that manually by entering the efi partition and replacing files accordingly.
Describe the solution you'd like
A way to list and manage sysextensions in the system from both the CLI and from the cloud config before installation, for example, during runtime we might want to call something similar to manage the extensions:
Additionally the sysext path could be a reference to an oci image rather to a local path.
From the installation we could have something similar to the following in the cloud config:
Acceptance criteria
As part of this card we should create the appropriate documentation end to end:
From an implementation perspective:
Describe alternatives you've considered
Keep things manual
Additional context
https://kairos.io/docs/advanced/sys-extensions/#building-system-extensions-from-a-docker-image-with-auroraboot
The text was updated successfully, but these errors were encountered: