diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-29 21:26:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-29 21:26:03 +0000 |
commit | 5a9998416dd0f21dbed66f7b6a8c98d86ae0b61b (patch) | |
tree | f322c35e20d900a9d40bfaa9946b07bd443b60e6 /perl-install/modules.pm | |
parent | a2ea000aa3aaaa1371542a2649adbd8b4c29c185 (diff) | |
download | drakx-5a9998416dd0f21dbed66f7b6a8c98d86ae0b61b.tar drakx-5a9998416dd0f21dbed66f7b6a8c98d86ae0b61b.tar.gz drakx-5a9998416dd0f21dbed66f7b6a8c98d86ae0b61b.tar.bz2 drakx-5a9998416dd0f21dbed66f7b6a8c98d86ae0b61b.tar.xz drakx-5a9998416dd0f21dbed66f7b6a8c98d86ae0b61b.zip |
remove "msdos"
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index c601e4e47..8ed4372f5 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -380,7 +380,6 @@ if_(arch() !~ /^sparc/, [ 'fs', { "smbfs" => "Windows SMB", "fat" => "fat", - "msdos" => "msdos", "romfs" => "romfs", "vfat" => "vfat", }], |