summaryrefslogtreecommitdiffstats
path: root/draklive-install
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2017-04-30 23:17:38 +0100
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2017-05-06 09:06:14 +0100
commit8babb3c338badfdcea2beb4ed02f7334537bc689 (patch)
treed68c8e4181e9b10558e11a960ce706b03a7819c1 /draklive-install
parentf210a570e2750bfcae790511acbdb9e6cac237ea (diff)
downloaddraklive-install-8babb3c338badfdcea2beb4ed02f7334537bc689.tar
draklive-install-8babb3c338badfdcea2beb4ed02f7334537bc689.tar.gz
draklive-install-8babb3c338badfdcea2beb4ed02f7334537bc689.tar.bz2
draklive-install-8babb3c338badfdcea2beb4ed02f7334537bc689.tar.xz
draklive-install-8babb3c338badfdcea2beb4ed02f7334537bc689.zip
Display message whilst preparing the initial RAM disk.
Translations copied from classic installer.
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();