Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: David Brownlee <abs@netbsd.org>
List: source-changes
Date: 08/10/1999 08:54:56
Module Name:	basesrc
Committed By:	abs
Date:		Tue Aug 10 15:54:56 UTC 1999

Modified Files:
	basesrc/distrib/utils/sysinst/arch/pmax: md.c
	basesrc/distrib/utils/sysinst/arch/sparc: md.c
	basesrc/distrib/utils/sysinst/arch/vax: md.c
	basesrc/distrib/utils/sysinst/arch/x68k: md.c

Log Message:
Handle the 'custom' case in a sane fashion (do not create zero length
partitions under any circumstances, allow no swap, do not *overwrite* /usr
when listing additional partitions, and try to abstract at least most of the
magic numbers to #defines at the top.
Also sync up as much as possible to make this easier in future.
Still need to attack the other arch's md.c files.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 basesrc/distrib/utils/sysinst/arch/pmax/md.c
cvs rdiff -r1.16 -r1.17 basesrc/distrib/utils/sysinst/arch/sparc/md.c
cvs rdiff -r1.8 -r1.9 basesrc/distrib/utils/sysinst/arch/vax/md.c
cvs rdiff -r1.2 -r1.3 basesrc/distrib/utils/sysinst/arch/x68k/md.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.