summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-05-23 18:27:42 +0000
committerThierry Vignaud <tv@mageia.org>2012-05-23 18:27:42 +0000
commit7c7e82974fb48dba842eed9d9f47e49056d530af (patch)
tree77a668ba99ab402b7db53a445cd405f823ac93a1 /perl-install
parent617ebe037d4c8c38dc450fbe9f31648e31fc9dab (diff)
downloaddrakx-backup-do-not-use-7c7e82974fb48dba842eed9d9f47e49056d530af.tar
drakx-backup-do-not-use-7c7e82974fb48dba842eed9d9f47e49056d530af.tar.gz
drakx-backup-do-not-use-7c7e82974fb48dba842eed9d9f47e49056d530af.tar.bz2
drakx-backup-do-not-use-7c7e82974fb48dba842eed9d9f47e49056d530af.tar.xz
drakx-backup-do-not-use-7c7e82974fb48dba842eed9d9f47e49056d530af.zip
(main) no need to create /dev/tty
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install/install2.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm
index def34573b..80ee5d9fe 100644
--- a/perl-install/install/install2.pm
+++ b/perl-install/install/install2.pm
@@ -642,8 +642,6 @@ sub main {
#- need to be after oo-izing $o
init_brltty() if $o->{brltty};
- devices::make('tty') if $o->{interactive} eq "curses";
-
#- needed very early for install::steps_gtk
init_mouse() if !$::testing;