summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone')
-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 5c57fcae7..a2b81a559 100755
--- a/perl-install/standalone/drakboot
+++ b/perl-install/standalone/drakboot
@@ -329,6 +329,6 @@ Be sure your video card supports the mode you choose."),
}
};
die if $@ && $@ !~ /^wizcancel/;
- $::WizardWindow->destroy;
+ $::WizardWindow->destroy unless $::isEmbedded;
$vga;
}