Skip to content

Commit

Permalink
fixup! sys-boot/shim-signed: Add shim-signed package to place signed …
Browse files Browse the repository at this point in the history
…binaries

Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
  • Loading branch information
sayanchowdhury committed Sep 16, 2024
1 parent 6035c58 commit fb3bb13
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ EAPI=8
DESCRIPTION="Signed UEFI Shim loader"
HOMEPAGE="https://github.com/rhboot/shim"
SRC_URI="amd64? https://mirror.release.flatcar-linux.net/coreos/shimx64-${PV}.efi.signed"
S=${WORKDIR}
KEYWORDS="amd64 arm64"

LICENSE="BSD"
SLOT="0"

S=${WORKDIR}

src_install() {
insinto /usr/lib/shim
newins "${DISTDIR}/shimx64-${PV}.efi.signed" shimx64.efi.signed
Expand Down

0 comments on commit fb3bb13

Please sign in to comment.