mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-09-01 01:03:52 +00:00
Workaround for bundle install in new /var/lib/extensions directory (#147)
This commit is contained in:
@@ -11,7 +11,7 @@ type Interface interface {
|
||||
|
||||
var AfterInstall = []Interface{
|
||||
&GrubOptions{}, // Set custom GRUB options
|
||||
&BundleOption{},
|
||||
&BundlePostInstall{},
|
||||
&CustomMounts{},
|
||||
&Kcrypt{},
|
||||
&Lifecycle{}, // Handles poweroff/reboot by config options
|
||||
@@ -26,7 +26,7 @@ var AfterUpgrade = []Interface{
|
||||
}
|
||||
|
||||
var FirstBoot = []Interface{
|
||||
&BundlePostInstall{},
|
||||
&BundleFirstBoot{},
|
||||
&GrubPostInstallOptions{},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user