summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-03-16 22:59:36 +0100
committerThomas Backlund <tmb@mageia.org>2015-03-20 21:09:11 +0159
commitacc8225a1588f74645b336ea09a4c2b45736e471 (patch)
treec331cdcae377b46d962019fbf15ebd921cde2426
parent795368ff451f728f3b6c6bfb51d06944dca1c4b4 (diff)
downloaddrakx-acc8225a1588f74645b336ea09a4c2b45736e471.tar
drakx-acc8225a1588f74645b336ea09a4c2b45736e471.tar.gz
drakx-acc8225a1588f74645b336ea09a4c2b45736e471.tar.bz2
drakx-acc8225a1588f74645b336ea09a4c2b45736e471.tar.xz
drakx-acc8225a1588f74645b336ea09a4c2b45736e471.zip
perl_checker cleanup
-rw-r--r--perl-install/fs/type.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm
index 3a2c6e96d..604ef1e33 100644
--- a/perl-install/fs/type.pm
+++ b/perl-install/fs/type.pm
@@ -24,7 +24,7 @@ my (%type_name2pt_type, %type_name2fs_type, %fs_type2pt_type, %pt_type2fs_type,
0x83 => 'ext3', 'Journalised FS: ext3',
0x83 => 'ext4', 'Journalised FS: ext4',
0x83 => 'btrfs', 'Journalised FS: Btrfs',
-if_( is_uefi(),
+if_(is_uefi(),
0xef => 'vfat', 'EFI System Partition',
),
if_(arch() =~ /i.86|x86_64/,