From 4f85b0d92b9246709a53a85b45b15f73c7d97086 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 30 Jan 2003 22:54:49 +0000 Subject: add isFat_or_NTFS() and use it where possible instead of isFat() since Windows is now using ntfs, not only Windows NT --- perl-install/install_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_interactive.pm') diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm index 316f57031..6acece384 100644 --- a/perl-install/install_interactive.pm +++ b/perl-install/install_interactive.pm @@ -180,7 +180,7 @@ When sure, press Ok.")) or return; if (@$fstab && @hds_rw) { $solutions{wipe_drive} = - [ 10, fsedit::is_one_big_fat($hds) ? N("Remove Windows(TM)") : N("Erase entire disk"), + [ 10, fsedit::is_one_big_fat_or_NT($hds) ? N("Remove Windows(TM)") : N("Erase entire disk"), sub { $o->set_help('takeOverHdChoose'); my $hd = $o->ask_from_listf('', N("You have more than one hard drive, which one do you install linux on?"), -- cgit v1.2.1