diff options
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/steps.pm | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index be96e2c54..3badb7bbd 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- do not try to configure dvd devices since /dev is wiped out at reboot - allow umounting cdrom during a transaction - really allow having name with "/" in media.cfg diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm index dfd91646e..4ebeec8e0 100644 --- a/perl-install/install/steps.pm +++ b/perl-install/install/steps.pm @@ -453,7 +453,6 @@ Consoles 1,3,4,7 may also contain interesting information"; #- for mandrake_firstime touch "$::prefix/var/lock/TMP_1ST"; - any::config_dvd($::prefix); any::config_mtools($::prefix); #- make sure wins is disabled in /etc/nsswitch.conf |