summaryrefslogtreecommitdiffstats
path: root/perl-install/fs
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2010-04-14 16:52:38 +0000
committerPascal Terjan <pterjan@mandriva.org>2010-04-14 16:52:38 +0000
commit18b5a8d067bd501745bdf80d9766c30032d1e6fa (patch)
tree1b82fbd854e8b683bf7fb411ce3d3f8393b4d6c7 /perl-install/fs
parentca5dd9d9429ba382436106d8b11b3e9b46304c52 (diff)
downloaddrakx-18b5a8d067bd501745bdf80d9766c30032d1e6fa.tar
drakx-18b5a8d067bd501745bdf80d9766c30032d1e6fa.tar.gz
drakx-18b5a8d067bd501745bdf80d9766c30032d1e6fa.tar.bz2
drakx-18b5a8d067bd501745bdf80d9766c30032d1e6fa.tar.xz
drakx-18b5a8d067bd501745bdf80d9766c30032d1e6fa.zip
- include btrfs tools in stage2
Diffstat (limited to 'perl-install/fs')
-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 ce8f95436..e49ac3ed4 100644
--- a/perl-install/fs/type.pm
+++ b/perl-install/fs/type.pm
@@ -121,9 +121,9 @@ if_(arch() !~ /ppc/,
0x81 => '', 'Minix / old Linux',
if_(!$::isInstall,
0x83 => 'reiser4', 'Journalised FS: Reiser4',
+ 0x83 => 'nilfs2', 'NILFS2',
),
0x83 => 'btrfs', 'Btrfs',
- 0x83 => 'nilfs2', 'NILFS2',
0x84 => '', 'OS/2 hidden C: drive',
0x86 => '', 'NTFS volume set (0x86)',
0x87 => '', 'NTFS volume set (0x87)',