Do not reinitialize LVM when starting rescue with corrupted arrays (#579986)
Fixes traceback caused by nonexistent dialogs about reinitialization of LVM in rescue mode.
I do not want to touch possibly corrupted or misdetected arrays. So just ignoring them and letting the user to do his own recovery is a better way to handle this situation.
---
rescue.py | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)