Add "expert mode" and don't prompt for fsize/bsize/cpg unless an expert
authormillert <millert@openbsd.org>
Tue, 4 Apr 2000 16:29:27 +0000 (16:29 +0000)
committermillert <millert@openbsd.org>
Tue, 4 Apr 2000 16:29:27 +0000 (16:29 +0000)
commit2d8451b02a53cc4140c1dd69b4add8ed39c43428
tree5840411f458b0f9551811e521c7ab9b532066db0
parentcdad4bed6493f523897387c2dec4b5462d18f638
Add "expert mode" and don't prompt for fsize/bsize/cpg unless an expert

next_offset() now takes a pointer to the partition size as its second
argument instead of a pointer to the partition.  This allows us to
get the offset earlier on and sort_partitions() will not try and
include the partition we are trying to create in its list.

In free_chunks() start looking for things at starting_sector, not 0,
to avoid getting starting offsets that precede the start of the OpenBSD
part of the disk.
sbin/disklabel/disklabel.8
sbin/disklabel/editor.c