You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to embed clevis in zfsbootmenu to automaticaly boot a system from a trused environment and ask a passphrase via remote access or from a local console if the environment is not trusted. If I succeed, the resulting bootloader will
be OS agnostic
have a small footprint
require little or no maintenace
The only system that has all the required packages to build this bootloader out of the box is Fedora. So at the moment I'm in the point where I have Fedora 38 with zfsbootmenu with remote access and now it's time to embed clevis in it. The problem is that clevis depends on systemd while zfsbootmenu duild ssytem excluded systemd modules from dracut as they are incompatible with each other. My question is if it's possible to build clevis without systemd dependency?
The text was updated successfully, but these errors were encountered:
I would like to embed clevis in zfsbootmenu to automaticaly boot a system from a trused environment and ask a passphrase via remote access or from a local console if the environment is not trusted. If I succeed, the resulting bootloader will
The only system that has all the required packages to build this bootloader out of the box is Fedora. So at the moment I'm in the point where I have Fedora 38 with zfsbootmenu with remote access and now it's time to embed clevis in it. The problem is that clevis depends on systemd while zfsbootmenu duild ssytem excluded systemd modules from dracut as they are incompatible with each other. My question is if it's possible to build clevis without systemd dependency?
The text was updated successfully, but these errors were encountered: