diff options
author | Thierry Vignaud <tv@mageia.org> | 2013-04-07 08:57:34 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2013-04-07 08:57:34 +0000 |
commit | 45543ae209f6226945c74fa9a9704204893e9971 (patch) | |
tree | c2f7d31423d8b39ced7526444d18fe71736269b3 /perl-install | |
parent | 95d4532612db855017082a2f1a01a6d7eb964b21 (diff) | |
download | drakx-45543ae209f6226945c74fa9a9704204893e9971.tar drakx-45543ae209f6226945c74fa9a9704204893e9971.tar.gz drakx-45543ae209f6226945c74fa9a9704204893e9971.tar.bz2 drakx-45543ae209f6226945c74fa9a9704204893e9971.tar.xz drakx-45543ae209f6226945c74fa9a9704204893e9971.zip |
tag btrfs & nilfs2 as Journalised FS
(even if more Journalised FS or like one)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/fs/type.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index 174cbe222..ff0355dd0 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -119,8 +119,8 @@ if_(arch() !~ /ppc/, 0x75 => '', 'PC/IX', 0x80 => '', 'Old Minix', 0x81 => '', 'Minix / old Linux', - 0x83 => 'nilfs2', 'NILFS2', - 0x83 => 'btrfs', 'Btrfs', + 0x83 => 'nilfs2', 'Journalised FS: NILFS2', + 0x83 => 'btrfs', 'Journalised FS: Btrfs', 0x84 => '', 'OS/2 hidden C: drive', 0x86 => '', 'NTFS volume set (0x86)', 0x87 => '', 'NTFS volume set (0x87)', |