Module Name: src Committed By: gson Date: Sat Oct 11 13:34:01 UTC 2014
Modified Files: src/usr.sbin/sysinst/arch/i386: md.c Log Message: When checking if the user chose to use the existing bootblocks, use the appropriate variable, boottype.bp_consdev, not the uninitialized bp.bp_consdev. Also remove bp and bootxx since their only use was in the incorrect check. This should fix the problem of sysinst segfaulting when you choose "Use existing bootblocks" on amd64. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/sysinst/arch/i386/md.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.