summaryrefslogtreecommitdiffstats
path: root/perl-install/fs
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2010-04-12 16:34:35 +0000
committerPascal Terjan <pterjan@mandriva.org>2010-04-12 16:34:35 +0000
commit2b8894c503675f95c52a01c85d4b3b572489384e (patch)
treef360ac8dfb2b0ac4e731311a9ffbfa9fa91495d0 /perl-install/fs
parent05bd0324f5cff0d5626400e96e90ad2e348241c6 (diff)
downloaddrakx-2b8894c503675f95c52a01c85d4b3b572489384e.tar
drakx-2b8894c503675f95c52a01c85d4b3b572489384e.tar.gz
drakx-2b8894c503675f95c52a01c85d4b3b572489384e.tar.bz2
drakx-2b8894c503675f95c52a01c85d4b3b572489384e.tar.xz
drakx-2b8894c503675f95c52a01c85d4b3b572489384e.zip
Add missing part of previous commit
Diffstat (limited to 'perl-install/fs')
-rw-r--r--perl-install/fs/type.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm
index 7fe680c99..52902d746 100644
--- a/perl-install/fs/type.pm
+++ b/perl-install/fs/type.pm
@@ -122,6 +122,7 @@ if_(arch() !~ /ppc/,
if_(!$::isInstall,
0x83 => 'reiser4', 'Journalised FS: Reiser4',
),
+ 0x83 => 'btrfs', 'Btrfs',
0x84 => '', 'OS/2 hidden C: drive',
0x86 => '', 'NTFS volume set (0x86)',
0x87 => '', 'NTFS volume set (0x87)',