Move FSDISKTYPE uses from disklabel(8) invocations to vnconfig(8)
authorkrw <krw@openbsd.org>
Fri, 28 Apr 2023 12:26:43 +0000 (12:26 +0000)
committerkrw <krw@openbsd.org>
Fri, 28 Apr 2023 12:26:43 +0000 (12:26 +0000)
commit27592c65088085db86362dc1d070211779aadb85
tree545498ccabbee06bb9e9a0256cbb76e3dca9d058
parent68d04839686b9c4eeff4068f081af6cb5546198f
Move FSDISKTYPE uses from disklabel(8) invocations to vnconfig(8)
invocations, making the geometry information written to the
disklabel a bit more logically related to the disktab information
from whence it came. Also makes FSDISKTYPE usage consistent.

Flip the disklabel(8) invocations to the "echo '/ *'"
idiom to make it obvious that the desire is to create a single
'a' partition containing all free space.

No intentional functional change. MBRs, disklabels and newfs
outputs appear identical.

reads good to kn@
distrib/alpha/miniroot/Makefile
distrib/amd64/ramdiskA/Makefile
distrib/i386/iso/Makefile
distrib/i386/ramdisk/Makefile
distrib/i386/ramdisk_cd/Makefile
distrib/landisk/ramdisk/Makefile
distrib/luna88k/ramdisk/Makefile
distrib/sparc64/iso/Makefile
distrib/sparc64/miniroot/Makefile
distrib/sparc64/ramdisk/Makefile
distrib/sparc64/ramdiskB/Makefile