diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-09-23 19:36:53 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-09-23 19:36:53 +0000 |
commit | 5bcb0eb1d7d79bcb881adfa10f10162d5ca87f51 (patch) | |
tree | e72d5555a051f97d4b458792784daf0c6beae465 /perl-install/install/steps.pm | |
parent | 23b49f87a283e308be0d46999485c46678fe88d2 (diff) | |
download | drakx-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/steps.pm')
-rw-r--r-- | perl-install/install/steps.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |