Set libparted name for Reiser4 to be reiserfs.

libparted does not support reiser4 filesystems, so formatting returned an error.
This commit is contained in:
Andrius Štikonas 2016-04-20 16:03:10 +01:00
parent 5f87ba705f
commit e48abb1794
Signed by: andrius
GPG Key ID: C86115C8091792EC
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ static const struct {
{ FileSystem::Ntfs, QStringLiteral("ntfs") },
{ FileSystem::Exfat, QStringLiteral("ntfs") },
{ FileSystem::ReiserFS, QStringLiteral("reiserfs") },
{ FileSystem::Reiser4, QStringLiteral("reiser4") },
{ FileSystem::Reiser4, QStringLiteral("reiserfs") },
{ FileSystem::Xfs, QStringLiteral("xfs") },
{ FileSystem::Jfs, QStringLiteral("jfs") },
{ FileSystem::Hfs, QStringLiteral("hfs") },