From 98f93f7c196d2829433544bdde3e47aaf433c0a9 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 10 Sep 2004 07:18:53 +0000 Subject: (enable_framebuffer) do not kill the whole wizard when embedded --- perl-install/standalone/drakboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') 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; } -- cgit v1.2.1