diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-08 15:45:16 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-08 15:45:16 +0000 |
commit | e0cc13868a60a1445b526d32b65dd219bd64934d (patch) | |
tree | 301e0d7d7a76e72fafb21ed9d65f35cf8b607ee7 /perl-install/install_steps.pm | |
parent | 4298a8ac55b6a9341b8d8a8078f8329426519303 (diff) | |
download | drakx-e0cc13868a60a1445b526d32b65dd219bd64934d.tar drakx-e0cc13868a60a1445b526d32b65dd219bd64934d.tar.gz drakx-e0cc13868a60a1445b526d32b65dd219bd64934d.tar.bz2 drakx-e0cc13868a60a1445b526d32b65dd219bd64934d.tar.xz drakx-e0cc13868a60a1445b526d32b65dd219bd64934d.zip |
mtools config so that "mdir a:" accesses the usb floppy if one is there
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 cea22abfc..fb5ca0659 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -422,6 +422,7 @@ Consoles 1,3,4,7 may also contain interesting information"; touch "$o->{prefix}/var/lock/TMP_1ST"; any::config_dvd($o->{prefix}); + any::config_mtools($o->{prefix}); any::writeandclean_ldsoconf($o->{prefix}); |