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
It would be great if there was a way of directly extending the bootloader installation process.
In nixpkgs, this is possible by setting the boot.loader.systemd-boot.extraInstallCommands option, but lanzaboote does not make use of it.
I don't think there's any clean way to do this right now, since lanzaboote uses boot.loader.external for itself.
Would it make sense for lanzaboote to make use of this option, adding its contents to the end of the install hook; or perhaps creating a new one for itself, while still using the nixpkgs option for its default value?
The text was updated successfully, but these errors were encountered:
It would be great if there was a way of directly extending the bootloader installation process.
In nixpkgs, this is possible by setting the
boot.loader.systemd-boot.extraInstallCommands
option, but lanzaboote does not make use of it.I don't think there's any clean way to do this right now, since lanzaboote uses
boot.loader.external
for itself.Would it make sense for lanzaboote to make use of this option, adding its contents to the end of the install hook; or perhaps creating a new one for itself, while still using the nixpkgs option for its default value?
The text was updated successfully, but these errors were encountered: