From 0b5147de2bd0ac5bcb7f5be8521c47d9176ed12c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 6 Jul 2016 00:28:31 +0200 Subject: display a wait message when adding a PV to VG --- perl-install/NEWS | 3 +++ perl-install/diskdrake/interactive.pm | 1 + perl-install/install/NEWS | 3 +++ 3 files changed, 7 insertions(+) diff --git a/perl-install/NEWS b/perl-install/NEWS index 284fc6533..ce275b7ad 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- diskdrake: + o display a wait message when adding a PV to VG + Version 17.48 - 6 July 2016 - diskdrake: diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm index 1aecd48af..c2cf7a149 100644 --- a/perl-install/diskdrake/interactive.pm +++ b/perl-install/diskdrake/interactive.pm @@ -1020,6 +1020,7 @@ sub Add2LVM { $lvm = new lvm($name); push @$lvms, $lvm; } + my $_w = $in->wait_message(N("Please wait"), N("Setting up LVM")); raid::make($all_hds->{raids}, $part) if isRAID($part); lvm::check($in->do_pkgs) if $::isStandalone; lvm::add_to_VG($part, $lvm); diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 0ce0cfa36..01ac83122 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- partionning: + o display a wait message when adding a PV to VG + Version 17.48 - 6 July 2016 - autoinst: -- cgit v1.2.1