Closed shizonic closed 6 years ago
Have you verified this works with non-encrypted boot volumes?
No not yet, but I can if you suggest. Another option would be an additional cli flag and a condition. I may work on this if you like. I want also add a flag for a custom configPath (/etc/darch).
EDIT: But as far as I know GRUB_ENABLE_CRYPTODISK does only be used by GRUB if you really have an encrypted boot partition. However I will confirm that if I have tested it.
Thanks! Let me know the results. I'm fine with a cli flag.
Any suggestions?
LGTM
I've deployed 0.21.0
, glad you got everything working!
Thank you @pauldotknopf for merging and that you are satisfied with my little contibution. I would like to help out more if you are interested. Thanks too for the deployment of release 0.21.0. Are planning to update the void package too?
For encrypted devices the grub environment variable
GRUB_ENABLE_CRYPTODISK
has to be set toy
in order to generate the correct grub entry. If this environment variable isn't set the essential part ofcryptomount -u
is missing.