Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Commit

Permalink
v5.9.8 - signing capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Javinator9889 committed Nov 18, 2020
1 parent 0e529e2 commit d591d10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@
VERSION = 5
PATCHLEVEL = 9
SUBLEVEL = 8
EXTRAVERSION = -rc3
EXTRAVERSION =
NAME = Kleptomaniac Octopus

# *DOCUMENTATION*
Expand Down
1 change: 1 addition & 0 deletions scripts/package/builddeb
Expand Up @@ -141,6 +141,7 @@ else
cp $KCONFIG_CONFIG "$tmpdir/boot/config-$version"
fi
cp "$($MAKE -s -f $srctree/Makefile image_name)" "$tmpdir/$installed_image_path"
sbsign --key $srctree/MOK.priv --cert $srctree/MOK.pem "$tmpdir/$installed_image_path" --output "$tmpdir/$installed_image_path"

if is_enabled CONFIG_OF_EARLY_FLATTREE; then
# Only some architectures with OF support have this target
Expand Down

0 comments on commit d591d10

Please sign in to comment.