File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ import (
2727 "github.com/rancher/elemental-operator/pkg/log"
2828)
2929
30- const installMediaConfigDir = "/run/initramfs/live/elemental"
31-
3230func Run (conf map [string ]interface {}) error {
3331 ev := mapToEnv ("ELEMENTAL_INSTALL_" , conf )
3432
@@ -42,9 +40,6 @@ func Run(conf map[string]interface{}) error {
4240 configDir , ok := conf ["config-dir" ].(string )
4341 if ok && configDir != "" {
4442 installerOpts = append (installerOpts , "--config-dir" , configDir )
45- } else {
46- log .Infof ("Attempt to load elemental client config from default path: %s" , installMediaConfigDir )
47- installerOpts = append (installerOpts , "--config-dir" , installMediaConfigDir )
4843 }
4944 installerOpts = append (installerOpts , "install" )
5045
You can’t perform that action at this time.
0 commit comments