From aa43b528249b6e2e8341ea3b44cf7d3c242f66ac Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 19 May 2003 14:21:10 +0000 Subject: in standalone drakboot, raise a wait message window so that the user can figure out what occurs (lilo installation being quite long) --- perl-install/any.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/any.pm') 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); } -- cgit v1.2.1