summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_auto_install.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-08-30 21:50:08 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-08-30 21:50:08 +0000
commit7a9b29dbe29f5c09f3bfff1f36fc469f4256acf2 (patch)
treeb39f9f4f784ebea5ad352fd62c6125480c679bf4 /perl-install/install_steps_auto_install.pm
parent5b074d5c8cfd6623a15f29c37e565ce41faa55fc (diff)
downloaddrakx-backup-do-not-use-7a9b29dbe29f5c09f3bfff1f36fc469f4256acf2.tar
drakx-backup-do-not-use-7a9b29dbe29f5c09f3bfff1f36fc469f4256acf2.tar.gz
drakx-backup-do-not-use-7a9b29dbe29f5c09f3bfff1f36fc469f4256acf2.tar.bz2
drakx-backup-do-not-use-7a9b29dbe29f5c09f3bfff1f36fc469f4256acf2.tar.xz
drakx-backup-do-not-use-7a9b29dbe29f5c09f3bfff1f36fc469f4256acf2.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_auto_install.pm')
-rw-r--r--perl-install/install_steps_auto_install.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_auto_install.pm b/perl-install/install_steps_auto_install.pm
index 400e2f776..e7025e64f 100644
--- a/perl-install/install_steps_auto_install.pm
+++ b/perl-install/install_steps_auto_install.pm
@@ -16,7 +16,7 @@ use common qw(:common);
use install_steps;
use log;
-my $graphical = 1;
+my $graphical = 0;
sub new {
my ($type, $o) = @_;