diff options
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index a2b674f01..e912c8e72 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -151,6 +151,8 @@ sub setupBootloader { setupBootloader__entries($in, $b, $all_hds, $fstab) or goto general; #- somewhere should bootloader really installed ? + $::isStandalone and my $_w = $in->wait_message(N("Please wait"), N("Bootloader installation in progress")); + bootloader::install($b, $fstab, $hds); } |