mirror of
https://github.com/rancher/os.git
synced 2025-09-01 14:48:55 +00:00
Early cloud-init
This commit is contained in:
@@ -201,7 +201,7 @@ func newCoreServiceProject(cfg *config.CloudConfig, useNetwork, loadConsole bool
|
||||
|
||||
go func() {
|
||||
for event := range projectEvents {
|
||||
if event.EventType == events.ContainerStarted && event.ServiceName == "ntp" {
|
||||
if event.EventType == events.ContainerStarted && event.ServiceName == "network" {
|
||||
useNetwork = true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user