summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-09-10 13:08:33 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-09-10 13:08:33 +0000
commitb8286e722b4bbb7867dd2a4fc61c16a3949afa14 (patch)
treefa343cfef8e330bba2b318f3b88440a88624efce /perl-install
parent3921ac564129564ee34b8536cefea9816246a855 (diff)
downloaddrakx-b8286e722b4bbb7867dd2a4fc61c16a3949afa14.tar
drakx-b8286e722b4bbb7867dd2a4fc61c16a3949afa14.tar.gz
drakx-b8286e722b4bbb7867dd2a4fc61c16a3949afa14.tar.bz2
drakx-b8286e722b4bbb7867dd2a4fc61c16a3949afa14.tar.xz
drakx-b8286e722b4bbb7867dd2a4fc61c16a3949afa14.zip
no more "dos" label in bootloader (it seems WinXP use the "DOS FAT16" for fat partitions)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/bootloader.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index 133e39860..7b9933273 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -620,7 +620,7 @@ wait %d seconds for default boot.
isFat_or_NTFS($_) or next;
my $from_magic = { type => fsedit::typeOfPart($_->{device}) };
isFat_or_NTFS($from_magic) or next;
- my $label = isDos($_) ? 'dos' : 'windows';
+ my $label = 'windows';
add_entry($bootloader,
{
type => 'other',