mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-09-24 03:37:43 +00:00
@@ -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)
|
||||
|
Reference in New Issue
Block a user