Module Name: src Committed By: martin Date: Fri Jan 6 18:19:27 UTC 2023
Modified Files: src/usr.sbin/sysinst: bsddisklabel.c label.c partitions.h Log Message: When matching real partitions to "wanted" install descriptions, skip all types of special partitions (like raw disk, or the MBR container partition for the NetBSD part of the disk). The start of the partition is no unique identifier if we include these in the matching (e.g. boot partition and raw partition may both start at sector 0). To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/usr.sbin/sysinst/bsddisklabel.c cvs rdiff -u -r1.47 -r1.48 src/usr.sbin/sysinst/label.c cvs rdiff -u -r1.28 -r1.29 src/usr.sbin/sysinst/partitions.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.