From edf3f0421201331e0bf4af4027653f42aaa59acd Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 2 May 1997 03:08:04 +0000 Subject: OpenBSD uses ID 0xa6 for its partitions on i386, arc and others that need a BIOS-like partition table. We now detect this correctly and print the right thing. Obtained from: Value obtained from OpenBSD sources. --- sbin/fdisk/fdisk.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sbin/fdisk') diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c index 38506b5..6f759f8 100644 --- a/sbin/fdisk/fdisk.c +++ b/sbin/fdisk/fdisk.c @@ -189,6 +189,7 @@ struct part_type ,{0x93, "Amoeba filesystem"} ,{0x94, "Amoeba bad block table"} ,{0xA5, "FreeBSD/NetBSD/386BSD"} + ,{0xA6, "OpenBSD"} ,{0xA7, "NEXTSTEP"} ,{0xB7, "BSDI BSD/386 filesystem"} ,{0xB8, "BSDI BSD/386 swap"} -- cgit v1.1