List UFS and UFS 2 Little endian filesystemtype correctly when no partition table is used

This commit is contained in:
Christophe Grenier 2012-10-25 19:25:03 +02:00
parent 70efbd5024
commit 272c9c9e2c

View file

@ -124,6 +124,8 @@ static const struct systypes none_sys_types[] = {
{UP_SYSV4, "SysV 4"},
{UP_UFS, "UFS"},
{UP_UFS2, "UFS 2"},
{UP_UFS_LE, "UFS - Little Endian"},
{UP_UFS2_LE, "UFS 2 - Little Endian"},
{UP_UNK, "Unknown"},
{UP_VMFS, "VMFS"},
{UP_WBFS, "WBFS"},