From ce7f9f5f9741a1d8317fea95cb39c801b17c446d Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 2 Dec 2004 22:22:12 +0000 Subject: Default to A/UX partition type for OpenBSD newly created partitions on mac68k. ok drahn@ --- sbin/pdisk/partition_map.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sbin') diff --git a/sbin/pdisk/partition_map.c b/sbin/pdisk/partition_map.c index f109d899ebc..0751d336614 100644 --- a/sbin/pdisk/partition_map.c +++ b/sbin/pdisk/partition_map.c @@ -70,7 +70,11 @@ // const char * kFreeType = "Apple_Free"; const char * kMapType = "Apple_partition_map"; +#ifdef __m68k__ +const char * kUnixType = "Apple_UNIX_SVR2"; +#else const char * kUnixType = "OpenBSD"; +#endif const char * kHFSType = "Apple_HFS"; const char * kPatchType = "Apple_Patches"; -- cgit v1.2.3