Fold disk crypto question '?' text into prompt
authorkn <kn@openbsd.org>
Tue, 6 Jun 2023 09:35:44 +0000 (09:35 +0000)
committerkn <kn@openbsd.org>
Tue, 6 Jun 2023 09:35:44 +0000 (09:35 +0000)
commit14291f3e60dc095c720f48bbfba7b45f33b540ad
treed0b266008d0e40cd9c9ce12856f9da0480bfcb4f
parent6f702add59344a9092b471c03ce08ff0cbdaa986
Fold disk crypto question '?' text into prompt

Since this question moved after the root disk one and '?' stopped listing disks,
hoist the implementation details in order to drop the custom answer and reuse
existing ask_yn(), thus

Encrypt the root disk? (yes, no or '?' for details) [no] ?
Create a passphrase protected CRYPTO softraid volume to be used as root disk.
Encrypt the root disk? (yes, no or '?' for details) [no]
becomes
Encrypt the root disk? (passphrase CRYPTO softraid) [no]

Prodded by afresh1
distrib/miniroot/install.sub