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 | 4be6c1b91a9eefe006864d81ff42d7f8638ef1dc (patch) | |
tree | c2f7d31423d8b39ced7526444d18fe71736269b3 /perl-install/fs | |
parent | e4ceafde2fdd94c0135fdcc564615eccf23a99c6 (diff) | |
download | drakx-backup-do-not-use-4be6c1b91a9eefe006864d81ff42d7f8638ef1dc.tar drakx-backup-do-not-use-4be6c1b91a9eefe006864d81ff42d7f8638ef1dc.tar.gz drakx-backup-do-not-use-4be6c1b91a9eefe006864d81ff42d7f8638ef1dc.tar.bz2 drakx-backup-do-not-use-4be6c1b91a9eefe006864d81ff42d7f8638ef1dc.tar.xz drakx-backup-do-not-use-4be6c1b91a9eefe006864d81ff42d7f8638ef1dc.zip |
tag btrfs & nilfs2 as Journalised FS
(even if more Journalised FS or like one)
Diffstat (limited to 'perl-install/fs')
-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)', |