From 42f4239987365ca0c21bf5fb3bd629bf90eb0cbc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 5 Jun 2012 17:48:29 +0000 Subject: (spawnShell) spawn a shell like in regular mode --- perl-install/install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/any.pm') diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index 03d8654b1..433181f76 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -44,7 +44,7 @@ sub is_network_install { } sub spawnShell() { - return if $::local_install || $::testing || dont_run_directly_stage2(); + return if $::local_install || $::testing; my $shellpid_file = '/var/run/drakx_shell.pid'; return if -e $shellpid_file && -d '/proc/' . chomp_(cat_($shellpid_file)); -- cgit v1.2.1