Module Name: src Committed By: martin Date: Fri Jan 6 15:05:52 UTC 2023
Modified Files: src/usr.sbin/sysinst: README.md_defs disklabel.c Log Message: Provide a disklabel specific MD hook MD_DISKLABEL_PART_INDEX_CHECK to allow MD code to veto specific disklabel partitions for specific uses, e.g. to make sure a boot partition does not end up as sd0a. Most architectures won't need this, as the file system type makes the generic heuristic do the right thing (e.g. move the ESP to wd0e for x86) - but for some architectures the boot partition uses FFS and our heuristic fails. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/sysinst/README.md_defs cvs rdiff -u -r1.50 -r1.51 src/usr.sbin/sysinst/disklabel.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.