mirror of
https://github.com/flatcar/scripts.git
synced 2026-03-05 21:41:54 +01:00
sys-boot/shim-signed: Add shim-signed package to place signed binaries
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
This commit is contained in:
parent
273a5a2f71
commit
78a225ae2c
1
sdk_container/src/third_party/coreos-overlay/sys-boot/shim-signed/Manifest
vendored
Normal file
1
sdk_container/src/third_party/coreos-overlay/sys-boot/shim-signed/Manifest
vendored
Normal file
@ -0,0 +1 @@
|
||||
DIST shimx64-15.8.efi.signed 948418 BLAKE2B 7c92989ec63111799cc0f481cef47108e58f96dc3b53116e1cee1e24cc940d3e5470a0aa6c057d86339f435eddc22272281c08e46db0856ada6db69d7cd32c64 SHA512 ff6e4f4add5c9d3914118e53e2669b7f63168c41be95b07c5a8308c64bf1a1d4ff133bb0dde602f0a0c7ef035e4847eac14969c3d9ff3a99c9011c2d8dd20014
|
||||
4
sdk_container/src/third_party/coreos-overlay/sys-boot/shim-signed/metadata.xml
vendored
Normal file
4
sdk_container/src/third_party/coreos-overlay/sys-boot/shim-signed/metadata.xml
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
</pkgmetadata>
|
||||
17
sdk_container/src/third_party/coreos-overlay/sys-boot/shim-signed/shim-signed-15.8.ebuild
vendored
Normal file
17
sdk_container/src/third_party/coreos-overlay/sys-boot/shim-signed/shim-signed-15.8.ebuild
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
# Copyright (c) 2024 The Flatcar Maintainers.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
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 )"
|
||||
KEYWORDS="amd64 arm64"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
src_install() {
|
||||
insinto /usr/lib/shim
|
||||
newins "${DISTDIR}/shimx64-${PV}.efi.signed" shimx64.efi.signed
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user