List UFS and UFS 2 Little endian filesystemtype correctly when no partition table is used
This commit is contained in:
parent
70efbd5024
commit
272c9c9e2c
1 changed files with 2 additions and 0 deletions
|
@ -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"},
|
||||
|
|
Loading…
Reference in a new issue