summaryrefslogtreecommitdiffstats
path: root/perl-install/fs
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-01-23 19:06:04 +0000
committerThierry Vignaud <tv@mageia.org>2012-01-23 19:06:04 +0000
commit888b95b604e6490038641b6d30fd047ba1fed220 (patch)
tree3d8e621a8a0ec6a7b7d6d7a49f37170c9d93f4de /perl-install/fs
parent7a1f41fd2f2d97d364c52b4cfa846e190be43182 (diff)
downloaddrakx-backup-do-not-use-888b95b604e6490038641b6d30fd047ba1fed220.tar
drakx-backup-do-not-use-888b95b604e6490038641b6d30fd047ba1fed220.tar.gz
drakx-backup-do-not-use-888b95b604e6490038641b6d30fd047ba1fed220.tar.bz2
drakx-backup-do-not-use-888b95b604e6490038641b6d30fd047ba1fed220.tar.xz
drakx-backup-do-not-use-888b95b604e6490038641b6d30fd047ba1fed220.zip
(list_types) allow using nilfs2 during install
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 75a851047..fe5468806 100644
--- a/perl-install/fs/type.pm
+++ b/perl-install/fs/type.pm
@@ -121,8 +121,8 @@ if_(arch() !~ /ppc/,
0x81 => '', 'Minix / old Linux',
if_(!$::isInstall,
0x83 => 'reiser4', 'Journalised FS: Reiser4',
- 0x83 => 'nilfs2', 'NILFS2',
),
+ 0x83 => 'nilfs2', 'NILFS2',
0x83 => 'btrfs', 'Btrfs',
0x84 => '', 'OS/2 hidden C: drive',
0x86 => '', 'NTFS volume set (0x86)',