We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ebc84 commit 8f1570fCopy full SHA for 8f1570f
contrib/zbm-sign.pl
@@ -41,12 +41,12 @@
41
if ( !$EFI_Enabled ) {
42
die "EFI images are disabled! Nothing to sign!";
43
}
44
+my $ZBM = $EFI->{ImageDir};
45
46
my $Global = $config->{Global};
47
my $ESP = $Global->{BootMountPoint};
48
49
my $SecureBoot = $config->{SecureBoot} or die "No config found, please edit /etc/zfsbootmenu/config.yaml";
-my $ZBM = "$ESP/EFI/zbm";
50
my $KeyDir = $SecureBoot->{KeyDir};
51
my $DeleteUnsigned = $SecureBoot->{DeleteUnsigned};
52
my $SignBackups = $SecureBoot->{SignBackup};
0 commit comments