summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/drakboot2
1 files changed, 1 insertions, 1 deletions
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;