From 5bcb0eb1d7d79bcb881adfa10f10162d5ca87f51 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 23 Sep 2008 19:36:53 +0000 Subject: auto-configure floppies (in /etc/modprobe.preload.d/floppy) --- perl-install/install/NEWS | 1 + perl-install/install/steps.pm | 1 + 2 files changed, 2 insertions(+) (limited to 'perl-install/install') 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"; -- cgit v1.2.1