mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 01:16:59 +02:00
sys-apps/kexec-tools: Sync with Gentoo
It's from Gentoo commit bf49d0a3cf8af625e0a0267ab206e55b7773594c.
This commit is contained in:
parent
a9b68016f4
commit
6ddac4aa97
@ -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