Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/usr.sbin/sysinst/bsddisklabel.c,v rcsdiff: /ftp/cvs/cvsroot/src/usr.sbin/sysinst/bsddisklabel.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.71 retrieving revision 1.72 diff -u -p -r1.71 -r1.72 --- src/usr.sbin/sysinst/bsddisklabel.c 2022/12/27 13:12:10 1.71 +++ src/usr.sbin/sysinst/bsddisklabel.c 2023/01/06 18:19:27 1.72 @@ -1,4 +1,4 @@ -/* $NetBSD: bsddisklabel.c,v 1.71 2022/12/27 13:12:10 martin Exp $ */ +/* $NetBSD: bsddisklabel.c,v 1.72 2023/01/06 18:19:27 martin Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -1703,6 +1703,8 @@ apply_settings_to_partitions(struct disk if (!parts->pscheme->get_part_info(parts, pno, &t)) continue; + if (t.flags & PTI_SPECIAL_PARTS) + continue; for (i = 0; i < wanted->num; i++) { if (wanted->infos[i].cur_part_id != NO_PART)