mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 09:26:58 +02:00
sys-apps/kexec-tools: Sync with Gentoo
It's from Gentoo commit 78c121e3fc63a4e4eace688b797073db0b431dc1.
This commit is contained in:
parent
d8de69c3b4
commit
919ecf1ac4
@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
|
|||||||
else
|
else
|
||||||
SRC_URI="https://www.kernel.org/pub/linux/utils/kernel/kexec/${P/_/-}.tar.xz"
|
SRC_URI="https://www.kernel.org/pub/linux/utils/kernel/kexec/${P/_/-}.tar.xz"
|
||||||
[[ "${PV}" == *_rc* ]] || \
|
[[ "${PV}" == *_rc* ]] || \
|
||||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
|
KEYWORDS="amd64 arm64 ~ppc64 x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DESCRIPTION="Load another kernel from the currently executing Linux kernel"
|
DESCRIPTION="Load another kernel from the currently executing Linux kernel"
|
||||||
|
Loading…
Reference in New Issue
Block a user