mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-09-14 13:40:46 +00:00
Fix getting lvm recovery (#70)
This commit is contained in:
@@ -74,7 +74,7 @@ func layoutPlugin(l logger.Interface, s schema.Stage, fs vfs.FS, console plugins
|
||||
}
|
||||
|
||||
if !dev.Exists() {
|
||||
l.Errorf("Exiting, disk not found: %s", s.Layout.Device.Path)
|
||||
l.Errorf("Exiting, disk not found:\n %s", s.Layout.Device.Path)
|
||||
return errors.New("Target disk not found")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user