Copy any found sysextensions into active+passive efi dir (#372)

This commit is contained in:
Itxaka
2024-06-07 16:45:50 +02:00
committed by GitHub
parent c1d1a33114
commit b176b47f56
4 changed files with 306 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ var FirstBoot = []Interface{
// AfterUkiInstall sets which Hooks to run after uki runs the install action
var AfterUkiInstall = []Interface{
&SysExtPostInstall{},
&Lifecycle{},
}