summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-02-26 03:54:58 +0000
committerThierry Vignaud <tv@mageia.org>2012-02-26 03:54:58 +0000
commita597ffb0094e4c465d34955ae13de4ebd35e2a65 (patch)
tree1660e0643e7b096a3f369bb1598054b633b56fe0
parent76951fa6a9ab8a1e7f582e33a3306455f1af277b (diff)
downloaddrakx-backup-do-not-use-a597ffb0094e4c465d34955ae13de4ebd35e2a65.tar
drakx-backup-do-not-use-a597ffb0094e4c465d34955ae13de4ebd35e2a65.tar.gz
drakx-backup-do-not-use-a597ffb0094e4c465d34955ae13de4ebd35e2a65.tar.bz2
drakx-backup-do-not-use-a597ffb0094e4c465d34955ae13de4ebd35e2a65.tar.xz
drakx-backup-do-not-use-a597ffb0094e4c465d34955ae13de4ebd35e2a65.zip
text mode needs /dev/tty
-rw-r--r--perl-install/install/install2.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm
index c3728a0eb..3776cb016 100644
--- a/perl-install/install/install2.pm
+++ b/perl-install/install/install2.pm
@@ -543,6 +543,8 @@ sub main {
run_program::run("brltty");
}
+ devices::make('tty') if $o->{interactive} eq "curses";
+
#- needed very early for install::steps_gtk
if (!$::testing) {
eval { $o->{mouse} = mouse::detect($o->{modules_conf}) } if !$o->{mouse} && !$o->{nomouseprobe};