diff --git a/convert2rhel/breadcrumbs.py b/convert2rhel/breadcrumbs.py index 856672b901..9a1054bb8e 100644 --- a/convert2rhel/breadcrumbs.py +++ b/convert2rhel/breadcrumbs.py @@ -226,6 +226,7 @@ def print_data_collection(self): ) utils.ask_to_continue() + def confirm_backup(self): # Add in the warning about the system back up here! loggerinst.warnign( "Convert2RHEL modifies the systems during the analysis and then rolls back these" diff --git a/convert2rhel/main.py b/convert2rhel/main.py index 92743bc2d1..4984a1600d 100644 --- a/convert2rhel/main.py +++ b/convert2rhel/main.py @@ -326,6 +326,7 @@ def perform_boilerplate(): loggerinst.task("Prepare: Inform about data collection") breadcrumbs.breadcrumbs.print_data_collection() + breadcrumbs.bredcrumbs.confirm_backup() def show_eula():