Module Name: src Committed By: martin Date: Sat May 9 12:06:31 UTC 2015
Modified Files: src/usr.sbin/sysinst: defs.h disks.c partman.c Log Message: Add a new utility function "update_wedges()", which triggers a scan for wedges on the given disk. Call this after writing a disklabel. This makes all auto-discovered wedges go away after we changed the partitioning (and are not using GPT) and fixes PR 49665. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/sysinst/defs.h cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/sysinst/disks.c cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/sysinst/partman.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.