summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-07-06 00:28:31 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-07-06 14:33:11 +0200
commit0b5147de2bd0ac5bcb7f5be8521c47d9176ed12c (patch)
tree6b5632bb5f75e29855ced23e0bdde57338a39131
parent5ad3c71e589804bf0e64f15f20d4b3856a945672 (diff)
downloaddrakx-0b5147de2bd0ac5bcb7f5be8521c47d9176ed12c.tar
drakx-0b5147de2bd0ac5bcb7f5be8521c47d9176ed12c.tar.gz
drakx-0b5147de2bd0ac5bcb7f5be8521c47d9176ed12c.tar.bz2
drakx-0b5147de2bd0ac5bcb7f5be8521c47d9176ed12c.tar.xz
drakx-0b5147de2bd0ac5bcb7f5be8521c47d9176ed12c.zip
display a wait message when adding a PV to VG
-rw-r--r--perl-install/NEWS3
-rw-r--r--perl-install/diskdrake/interactive.pm1
-rw-r--r--perl-install/install/NEWS3
3 files changed, 7 insertions, 0 deletions
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: