Module Name: src Committed By: msaitoh Date: Sat May 9 13:50:15 UTC 2015
Modified Files: src/usr.sbin/sysinst [netbsd-7]: defs.h disks.c partman.c Log Message: Pull up following revision(s) (requested by martin in ticket #744): usr.sbin/sysinst/defs.h: revision 1.7 usr.sbin/sysinst/disks.c: revision 1.8 usr.sbin/sysinst/partman.c: revision 1.9 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.3.4.2 -r1.3.4.3 src/usr.sbin/sysinst/defs.h cvs rdiff -u -r1.4.4.3 -r1.4.4.4 src/usr.sbin/sysinst/disks.c cvs rdiff -u -r1.4.4.2 -r1.4.4.3 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.