Skip to content

Commit

Permalink
sys-boot/shim: Install the versioned file from mirror.release.fln
Browse files Browse the repository at this point in the history
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
  • Loading branch information
sayanchowdhury committed Sep 16, 2024
1 parent 6035faa commit 6035c58
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EAPI=8

DESCRIPTION="Signed UEFI Shim loader"
HOMEPAGE="https://github.com/rhboot/shim"
SRC_URI="https://mirror.release.flatcar-linux.net/coreos/shimx64.efi.signed"
SRC_URI="amd64? https://mirror.release.flatcar-linux.net/coreos/shimx64-${PV}.efi.signed"
KEYWORDS="amd64 arm64"

LICENSE="BSD"
Expand All @@ -15,5 +15,5 @@ S=${WORKDIR}

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

0 comments on commit 6035c58

Please sign in to comment.