From 8babb3c338badfdcea2beb4ed02f7334537bc689 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 30 Apr 2017 23:17:38 +0100 Subject: Display message whilst preparing the initial RAM disk. Translations copied from classic installer. --- draklive-install | 2 ++ 1 file changed, 2 insertions(+) (limited to 'draklive-install') 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(); -- cgit v1.2.1