From b78a87775f377fc8a96466e43d040f7a0dbb8df7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 26 Feb 2012 03:54:58 +0000 Subject: text mode needs /dev/tty --- perl-install/install/install2.pm | 2 ++ 1 file changed, 2 insertions(+) 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}; -- cgit v1.2.1