mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-05-13 19:06:06 +00:00
Adress comments
Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
parent
eb72546cb4
commit
0ec9052896
@ -14,6 +14,8 @@ import (
|
||||
type SysExtPostInstall struct{}
|
||||
|
||||
func (b SysExtPostInstall) Run(c config.Config, _ v1.Spec) error {
|
||||
// TODO: Use the newer way of storing things in persistent partition
|
||||
// TODO: Move it to be run under the kcrypt part so persistent is unlocked
|
||||
c.Logger.Logger.Debug().Msg("Running SysExtPostInstall hook")
|
||||
// mount efi partition
|
||||
efiPart, err := partitions.GetEfiPartition(&c.Logger)
|
||||
|
Loading…
Reference in New Issue
Block a user