pmb install: make invalid kernel message clear
Change "configured" to "valid" in the error message:
Selected kernel (mainline_modem) is not configured for device bq-paella.
Please run 'pmbootstrap init' to select a valid kernel.
"configured" makes one think of "pmbootstrap init", but the valid kernels are defined in the APKBUILD. Therefore I think "not valid" fits better here.
Test plan
pmbootstrap config kernel some-invalid-kernel
-
pmbootstrap install
(displays the error message)