From ba59d8bd1a5276c67d67ceb042cf086020c98a17 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 23 May 2012 18:28:03 +0000 Subject: no need to create /dev/zero and the like, udev already did it quite a lot more remain as we either lack prope udev rules or rely on older style entries or are needed in drakx-in-chroot mode --- perl-install/install/install2.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/install/install2.pm') diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 05d3c8a14..065c88515 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -347,8 +347,7 @@ sub pre_init_brltty() { sub init_brltty() { symlink "/tmp/stage2/$_", $_ foreach "/etc/brltty"; - devices::make($_) foreach $o->{brltty}{device} ? $o->{brltty}{device} : qw(ttyS0 ttyS1); - devices::make("vcsa"); + devices::make($_) foreach $o->{brltty}{device}; run_program::run("brltty"); } -- cgit v1.2.1