Remove the fragment size, block size, and cpg fields from the disklabel
commit094e568f866bf5a6abff512376b54b7699ccea80
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 20 May 2007 20:40:06 +0000 (20 20:40 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 20 May 2007 20:40:06 +0000 (20 20:40 +0000)
tree532855b0ca26e935687034c273b0ecf5ce993222
parentd0a83569f57191dde6ed6251caa832f6be9d7c8d
Remove the fragment size, block size, and cpg fields from the disklabel
program.  disklabel no longer displays these fields and will zero them out
when writing the label back.  newfs and fsck no longer attempt to retrieve
this information from the disklabel.

Replace the obsolete cylinder range and alignment comments with a comment
that displays the size of a partition in megabytes.
sbin/disklabel/disklabel.c