Fix getting lvm recovery (#70)

This commit is contained in:
Itxaka
2023-06-23 14:49:38 +02:00
committed by GitHub
parent f051fab7bc
commit 9dd1dbddbe
14 changed files with 312 additions and 621 deletions

View File

@@ -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")
}