Skip to content

Commit

Permalink
Add missing hooks to after install uki (#307)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1602276)
  • Loading branch information
Itxaka committed Apr 25, 2024
1 parent 0283b7b commit db465fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion internal/agent/hooks/hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{},
Expand Down

0 comments on commit db465fa

Please sign in to comment.