From 7c50ab390d07c753b31f37420d70e3fd9ca8cee1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 26 Feb 2002 16:37:30 +0000 Subject: create /dev/dvd for DVDs --- perl-install/install_steps.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index d110055ad..01ad63caa 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -414,6 +414,11 @@ Consoles 1,3,4,7 may also contain interesting information"; #- for mandrake_firstime touch "$o->{prefix}/var/lock/TMP_1ST"; + #- create /dev/dvd symlink + each_index { + any::devfssymlinkf($_->{device}, 'dvd' . ($::i ? $::i + 1 : ''), $o->{prefix}); + } grep { detect_devices::isDvdDrive($_) } detect_devices::cdroms__faking_ide_scsi(); + any::writeandclean_ldsoconf($o->{prefix}); #- make sure wins is disabled in /etc/nsswitch.conf -- cgit v1.2.1