mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-29 09:31:06 +02:00
fix(sys-apps/kexec-tools) provide ebuild for binary version of kexec
This commit is contained in:
parent
fac0557f2e
commit
d8d155bc1a
@ -93,7 +93,7 @@
|
||||
=dev-libs/protobuf-c-0.15 ~amd64
|
||||
|
||||
# Everything needed for the boot engine
|
||||
=sys-apps/kexec-tools-2.0.4-r1 ~amd64
|
||||
>=sys-apps/kexec-tools-2.0.4-r1 ~amd64
|
||||
>=sys-kernel/dracut-027-r3 ~amd64
|
||||
=sys-apps/sysvinit-tools-2.88-r4 ~amd64
|
||||
|
||||
|
20
sdk_container/src/third_party/coreos-overlay/sys-apps/kexec-tools/kexec-tools-2.0.99.ebuild
vendored
Normal file
20
sdk_container/src/third_party/coreos-overlay/sys-apps/kexec-tools/kexec-tools-2.0.99.ebuild
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/kexec-tools-2.0.4-r1.ebuild,v 1.1 2013/03/30 13:01:49 jlec Exp $
|
||||
|
||||
EAPI=2
|
||||
|
||||
inherit eutils flag-o-matic
|
||||
|
||||
DESCRIPTION="Load another kernel from the currently executing Linux kernel"
|
||||
HOMEPAGE="http://kernel.org/pub/linux/utils/kernel/kexec/"
|
||||
SRC_URI="http://beef.coreos.com/kexec"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
src_install() {
|
||||
wget -O ${T}/kexec ${SRC_URI}
|
||||
dosbin ${T}/kexec
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user