summaryrefslogtreecommitdiffstats
path: root/draklive-install
diff options
context:
space:
mode:
Diffstat (limited to 'draklive-install')
-rwxr-xr-xdraklive-install2
1 files changed, 2 insertions, 0 deletions
diff --git a/draklive-install b/draklive-install
index a319249..ce0bc20 100755
--- a/draklive-install
+++ b/draklive-install
@@ -340,7 +340,9 @@ sub setup_bootloader {
my ($in, $all_hds, $fstab) = @_;
use bootloader;
my $bootloader = {};
+ my $_wait = $in->wait_message('', N("Preparing initial startup program..."));
any::setupBootloaderBeforeStandalone($in->do_pkgs, $bootloader, $all_hds, $fstab);
+ undef $_wait;
local $::Wizard_no_previous = 0;
any::setupBootloaderUntilInstalled($in, $bootloader, $all_hds, $fstab, $ENV{SECURE_LEVEL});
sync_logs();