Module Name: src Committed By: martin Date: Fri Oct 25 12:49:58 UTC 2019
Modified Files: src/usr.sbin/sysinst: disks.c partitions.c partitions.h Log Message: On device where we do not want a MBR (raid, xbd) skip the MBR partitioning scheme when trying to read partitions from disk. The generic reader will fall back to disklabel then. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/usr.sbin/sysinst/disks.c cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sysinst/partitions.c cvs rdiff -u -r1.6 -r1.7 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.