Add missing hooks to after install uki (#307)

This commit is contained in:
Itxaka 2024-04-23 12:37:21 +00:00 committed by GitHub
parent 979c4ad32b
commit 1602276133
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,11 @@ var FirstBoot = []Interface{
}
// AfterUkiInstall sets which Hooks to run after uki runs the install action
var AfterUkiInstall = []Interface{}
var AfterUkiInstall = []Interface{
&BundlePostInstall{},
&CustomMounts{},
&Lifecycle{},
}
var UKIEncryptionHooks = []Interface{
&KcryptUKI{},