diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-25 09:40:23 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-25 09:40:23 +0000 |
commit | a6f3a6b9ff69963684db50d0aea87590f7eb69f0 (patch) | |
tree | 49c10bc74ac868f047cfea08f73724e953d0fa7d /perl-install/install_steps.pm | |
parent | e9bda3a4bd0bdc0d2b6393143102d5915457404e (diff) | |
download | drakx-a6f3a6b9ff69963684db50d0aea87590f7eb69f0.tar drakx-a6f3a6b9ff69963684db50d0aea87590f7eb69f0.tar.gz drakx-a6f3a6b9ff69963684db50d0aea87590f7eb69f0.tar.bz2 drakx-a6f3a6b9ff69963684db50d0aea87590f7eb69f0.tar.xz drakx-a6f3a6b9ff69963684db50d0aea87590f7eb69f0.zip |
fix previous commit (we don't want devfsd anymore)
Diffstat (limited to 'perl-install/install_steps.pm')
-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 |