diff options
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 28ee225de..533ee3ef0 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -504,7 +504,7 @@ Consoles 1,3,4,7 may also contain interesting information"; #- for mandrake_firstime touch "$o->{prefix}/var/lock/TMP_1ST"; - any::config_dvd($o->{prefix}, $have_devfsd); + any::config_dvd($o->{prefix}, 0); any::config_mtools($o->{prefix}); #- make sure wins is disabled in /etc/nsswitch.conf |