mirror of
https://github.com/rancher/os.git
synced 2025-09-06 01:01:43 +00:00
Log all init func errors to console, and panic if we can't loadImage - if it happens, the system is undefined
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -84,7 +84,7 @@ func loadImages(cfg *config.CloudConfig) (*config.CloudConfig, error) {
|
||||
|
||||
log.Infof("Loading images from %s", inputFileName)
|
||||
if _, err = client.ImageLoad(context.Background(), input, true); err != nil {
|
||||
return cfg, err
|
||||
log.Fatalf("FATAL: failed loading images from %s: %s", inputFileName, err)
|
||||
}
|
||||
|
||||
log.Infof("Done loading images from %s", inputFileName)
|
||||
|
Reference in New Issue
Block a user