From 1fcd5aef88619fc5e8a7f7da7acd7c34760bbfd5 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 10 Nov 2004 07:48:29 +0000 Subject: Add 0xbf as new partition id for Solaris. Submitted by: Lawrence.Lee@sun.com --- 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 1a1ceb7..1d3bcf8 100644 --- a/sbin/fdisk/fdisk.c +++ b/sbin/fdisk/fdisk.c @@ -197,6 +197,7 @@ static struct part_type ,{0xB7, "BSDI BSD/386 file system"} ,{0xB8, "BSDI BSD/386 swap"} ,{0xBE, "Solaris x86 boot"} + ,{0xBF, "Solaris x86 (new)"} ,{0xC1, "DRDOS/sec with 12-bit FAT"} ,{0xC4, "DRDOS/sec with 16-bit FAT (< 32MB)"} ,{0xC6, "DRDOS/sec with 16-bit FAT (>= 32MB)"} -- cgit v1.1