2025270865
* Check for a disklabel matching the known values in an install diskimage. If found, update incore disklabel's RAW_PART with the size reported by the disk, clobbering the size used by vnd(4).* * If geometry info is bogus or /missing, supply a fake geometry (as in sd.c). Saves readdisklabel() and sysinst from divide-by-zero errors. * lint: RAWPART -> RAW_PART.