From a91a164fb5e43b03e6533d638f14aed01535c8ba Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 30 Apr 2007 12:54:44 +0000 Subject: do not try to configure dvd devices during install since /dev is wiped out at reboot --- perl-install/devices.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/devices.pm') diff --git a/perl-install/devices.pm b/perl-install/devices.pm index be31387e3..61c5b18dd 100644 --- a/perl-install/devices.pm +++ b/perl-install/devices.pm @@ -210,7 +210,7 @@ sub symlink_now_and_register { #- add a specific udev script, we can't do it with a udev rule, #- eg, ttySL0 is a symlink output_with_perm("$::prefix/etc/udev/conf.d/$of.conf", 0755, "ln -sf $if /dev/$of\n") - if $of !~ /dvd|mouse/; + if $of !~ /mouse/; symlinkf($if, "$::prefix/dev/$of"); } -- cgit v1.2.1