From d4b615f5555b0a4cf5c4f328ab641be02c3faa9d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 15 Jan 2004 13:16:39 +0000 Subject: (lilo_choice) do not complain on canceling --- perl-install/standalone/drakboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index e16008461..00872c4a0 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -220,7 +220,7 @@ sub lilo_choice() { ask: eval { any::setupBootloader($in, $bootloader, $all_hds, $fstab, $ENV{SECURE_LEVEL}) }; my $err = $@; - if ($err) { + if ($err && $err !~ /wizcancel/) { $in->ask_warn(N("Error"), [ N("Installation of %s failed. The following error occured:", bootloader::detect_bootloader()), $err ]); goto ask; -- cgit v1.2.1