summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libdisk/open_ia64_disk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdisk/open_ia64_disk.c b/lib/libdisk/open_ia64_disk.c
index 476185d..8fc9f64 100644
--- a/lib/libdisk/open_ia64_disk.c
+++ b/lib/libdisk/open_ia64_disk.c
@@ -250,7 +250,7 @@ Int_Open_Disk(const char *name, char *conftxt)
else if (uuid_equal(&uuid, &_efi, NULL))
chunk.type = efi;
else if (uuid_equal(&uuid, &_mbr, NULL))
- chunk.type = unknown;
+ chunk.type = mbr;
else if (uuid_equal(&uuid, &_fbsd, NULL)) {
chunk.type = freebsd;
chunk.subtype = 0xa5;
@@ -261,7 +261,7 @@ Int_Open_Disk(const char *name, char *conftxt)
chunk.type = part;
chunk.subtype = FS_BSDFFS;
} else
- chunk.type = unknown;
+ chunk.type = part;
} else
abort();
OpenPOWER on IntegriCloud