mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-06-03 01:44:53 +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
|
// AfterUkiInstall sets which Hooks to run after uki runs the install action
|
||||||
var AfterUkiInstall = []Interface{}
|
var AfterUkiInstall = []Interface{
|
||||||
|
&BundlePostInstall{},
|
||||||
|
&CustomMounts{},
|
||||||
|
&Lifecycle{},
|
||||||
|
}
|
||||||
|
|
||||||
var UKIEncryptionHooks = []Interface{
|
var UKIEncryptionHooks = []Interface{
|
||||||
&KcryptUKI{},
|
&KcryptUKI{},
|
||||||
|
Loading…
Reference in New Issue
Block a user