summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/steps_interactive.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index 2ac5d180e..1d83b3b8b 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -1058,6 +1058,7 @@ sub setRootPassword_addUser {
#------------------------------------------------------------------------------
sub setupBootloaderBefore {
my ($o) = @_;
+ local $o->{pop_wait_messages} = 1;
my $_w = $o->wait_message(N("Preparing bootloader..."), N("Preparing bootloader..."));
$o->SUPER::setupBootloaderBefore;
}