Implementing a zbm.await=
option?
#271
jrtoddy
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
This isn't something that I'd like to see as part of the main ZBM codebase right now. However, it should be fully possible for you to implement a solution that can be added to You'll want to source in a few helper libraries to access the same functions that |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be acceptable to implement a KCL option that functions like
zbm.prefer=!
but simply waits for the pool to be visible? I'd be happy to have a go at implementing it myself...Reason being, I'd like to be able to use whole disk encryption on my boot pool, with no EFI partitions and the like cluttering them up, and have a bootable USB stick with a "keyring" pool able to provide the decryption key but not interfere with the
zbm.prefer
behavior later in the chain.So, the KCL could look something like this if required.
ro loglevel=4 nomodeset zbm.await=keyring zbm.prefer=tank! ...
Let me know what you think. 👍
Beta Was this translation helpful? Give feedback.
All reactions