From b66f3b4ed8a1b3f47e44e16d22f7a42c35508347 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 5 Aug 2001 13:13:01 +0000 Subject: switch to gtk install when interactiveSteps is defined --- perl-install/install_steps_auto_install.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_steps_auto_install.pm b/perl-install/install_steps_auto_install.pm index 93b330fac..4e48dc8a5 100644 --- a/perl-install/install_steps_auto_install.pm +++ b/perl-install/install_steps_auto_install.pm @@ -21,7 +21,7 @@ sub new { my ($type, $o) = @_; # Handle legacy options - $o->{interactive} ||= 'gtk' if $graphical; + $o->{interactive} ||= 'gtk' if $graphical || !is_empty_array_ref($o->{interactiveSteps}); $o->{interactiveSteps} ||= [ @graphical_steps ]; push @{$o->{interactiveSteps}}, qw(enteringStep formatMountPartitions beforeInstallPackages installPackages); -- cgit v1.2.1