summaryrefslogtreecommitdiffstats
path: root/perl-install/install
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-09-23 19:36:53 +0000
committerOlivier Blin <oblin@mandriva.com>2008-09-23 19:36:53 +0000
commit5bcb0eb1d7d79bcb881adfa10f10162d5ca87f51 (patch)
treee72d5555a051f97d4b458792784daf0c6beae465 /perl-install/install
parent23b49f87a283e308be0d46999485c46678fe88d2 (diff)
downloaddrakx-5bcb0eb1d7d79bcb881adfa10f10162d5ca87f51.tar
drakx-5bcb0eb1d7d79bcb881adfa10f10162d5ca87f51.tar.gz
drakx-5bcb0eb1d7d79bcb881adfa10f10162d5ca87f51.tar.bz2
drakx-5bcb0eb1d7d79bcb881adfa10f10162d5ca87f51.tar.xz
drakx-5bcb0eb1d7d79bcb881adfa10f10162d5ca87f51.zip
auto-configure floppies (in /etc/modprobe.preload.d/floppy)
Diffstat (limited to 'perl-install/install')
-rw-r--r--perl-install/install/NEWS1
-rw-r--r--perl-install/install/steps.pm1
2 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 0e138cbf5..9f8ba1690 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,4 @@
+- auto-configure floppies (in /etc/modprobe.preload.d/floppy)
- allow setting compssListLevel from command line
Version 11.50.3 - 22 September 2008
diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm
index ecf0c2629..9561ec1d8 100644
--- a/perl-install/install/steps.pm
+++ b/perl-install/install/steps.pm
@@ -465,6 +465,7 @@ Consoles 1,3,4,7 may also contain interesting information";
harddrake::autoconf::pcmcia($o->{pcmcia});
#- configure CPU frequency modules
harddrake::autoconf::cpufreq();
+ harddrake::autoconf::floppy();
#- for mandrake_firstime
touch "$::prefix/var/lock/TMP_1ST";