Use "echo '/ *' | disklabel -wAT-" to put all free space into the
authorkrw <krw@openbsd.org>
Fri, 10 Feb 2023 15:54:33 +0000 (15:54 +0000)
committerkrw <krw@openbsd.org>
Fri, 10 Feb 2023 15:54:33 +0000 (15:54 +0000)
commit8d8d84f6e2ce28b3126b2f5342633bbc73565b2e
tree167741b992cda2a82d56c7472a04db3710289440
parent4111bf5f53420c2ea3da43509ccd773e4b40eb63
Use "echo '/ *' | disklabel -wAT-" to put all free space into the
root partition.

Identical behaviour as but more readable than the "echo 'a
a\n\n\n\nw\nq\n'| disklabel -E" it replaces.

It also eliminates the extraneous output of -E that required
">/dev/null".

ok kn@
distrib/arm64/iso/Makefile
distrib/arm64/ramdisk/Makefile
distrib/armv7/miniroot/Makefile.inc
distrib/octeon/iso/Makefile
distrib/powerpc64/iso/Makefile
distrib/powerpc64/ramdisk/Makefile
distrib/riscv64/iso/Makefile
distrib/riscv64/ramdisk/Makefile