mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-04-27 03:11:14 +00:00
Add missing hooks to after install uki (#307)
This commit is contained in:
parent
979c4ad32b
commit
1602276133
@ -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{},
|
||||
|
Loading…
Reference in New Issue
Block a user