diff --git a/usr.sbin/sysinst/arch/ofppc/md.c b/usr.sbin/sysinst/arch/ofppc/md.c index 8e59dc8146e8..2177e8d963b3 100644 --- a/usr.sbin/sysinst/arch/ofppc/md.c +++ b/usr.sbin/sysinst/arch/ofppc/md.c @@ -1,4 +1,4 @@ -/* $NetBSD: md.c,v 1.11 2020/10/12 16:14:35 martin Exp $ */ +/* $NetBSD: md.c,v 1.12 2020/10/14 08:49:04 martin Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -84,6 +84,7 @@ md_get_info(struct install_partition_desc *install) if (pm->no_mbr || pm->no_part) return true; +again: if (pm->parts == NULL) { const struct disk_partitioning_scheme *ps = diff --git a/usr.sbin/sysinst/arch/zaurus/md.c b/usr.sbin/sysinst/arch/zaurus/md.c index 005075ee9c2b..be6976cd0b6d 100644 --- a/usr.sbin/sysinst/arch/zaurus/md.c +++ b/usr.sbin/sysinst/arch/zaurus/md.c @@ -1,4 +1,4 @@ -/* $NetBSD: md.c,v 1.9 2020/10/12 16:14:37 martin Exp $ */ +/* $NetBSD: md.c,v 1.10 2020/10/14 08:49:04 martin Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -77,6 +77,7 @@ md_get_info(struct install_partition_desc *install) if (pm->no_mbr || pm->no_part) return true; +again: if (pm->parts == NULL) { const struct disk_partitioning_scheme *ps =