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
commitb78a87775f377fc8a96466e43d040f7a0dbb8df7 (patch)
tree1660e0643e7b096a3f369bb1598054b633b56fe0
parentbdab1284757a968942516c8c439aaea78a9b3ee3 (diff)
downloaddrakx-b78a87775f377fc8a96466e43d040f7a0dbb8df7.tar
drakx-b78a87775f377fc8a96466e43d040f7a0dbb8df7.tar.gz
drakx-b78a87775f377fc8a96466e43d040f7a0dbb8df7.tar.bz2
drakx-b78a87775f377fc8a96466e43d040f7a0dbb8df7.tar.xz
drakx-b78a87775f377fc8a96466e43d040f7a0dbb8df7.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};