mirror of
https://github.com/rancher/os.git
synced 2025-09-08 18:20:32 +00:00
Support switching to the default console
This commit is contained in:
@@ -94,7 +94,7 @@ func SysInit() error {
|
||||
_, err := config.ChainCfgFuncs(cfg,
|
||||
loadImages,
|
||||
func(cfg *config.CloudConfig) (*config.CloudConfig, error) {
|
||||
p, err := compose.GetProject(cfg, false)
|
||||
p, err := compose.GetProject(cfg, false, true)
|
||||
if err != nil {
|
||||
return cfg, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user