summaryrefslogtreecommitdiffstats
path: root/perl-install/install/install2.pm
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
commitad214aacea31a347d13b5c02183296d4d8bcd2fd (patch)
tree77a668ba99ab402b7db53a445cd405f823ac93a1 /perl-install/install/install2.pm
parent7db5ec8b02b9b50b6232ada3388452646a347f2a (diff)
downloaddrakx-ad214aacea31a347d13b5c02183296d4d8bcd2fd.tar
drakx-ad214aacea31a347d13b5c02183296d4d8bcd2fd.tar.gz
drakx-ad214aacea31a347d13b5c02183296d4d8bcd2fd.tar.bz2
drakx-ad214aacea31a347d13b5c02183296d4d8bcd2fd.tar.xz
drakx-ad214aacea31a347d13b5c02183296d4d8bcd2fd.zip
(main) no need to create /dev/tty
Diffstat (limited to 'perl-install/install/install2.pm')
-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;