mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-11 13:42:07 +01:00
overlay sys-apps/systemd: Move the sys-apps/kbd dep to sys-kernel/coreos-kernel
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
parent
9f8c6dde8a
commit
819ece7bb8
@ -103,9 +103,6 @@ PEFILE_DEPEND='dev-python/pefile[${PYTHON_USEDEP}]'
|
|||||||
# flag). The image stage fails with "Failed to resolve
|
# flag). The image stage fails with "Failed to resolve
|
||||||
# typeattributeset statement at
|
# typeattributeset statement at
|
||||||
# /var/lib/selinux/mcs/tmp/modules/400/ntp/cil:120"
|
# /var/lib/selinux/mcs/tmp/modules/400/ntp/cil:120"
|
||||||
#
|
|
||||||
# Flatcar: Added a dep on sys-apps/kbd. It provides a loadkeys binary
|
|
||||||
# needed by dracut's systemd-vconsole-setup module.
|
|
||||||
RDEPEND="${COMMON_DEPEND}
|
RDEPEND="${COMMON_DEPEND}
|
||||||
>=acct-group/adm-0-r1
|
>=acct-group/adm-0-r1
|
||||||
>=acct-group/wheel-0-r1
|
>=acct-group/wheel-0-r1
|
||||||
@ -134,7 +131,6 @@ RDEPEND="${COMMON_DEPEND}
|
|||||||
>=acct-user/systemd-resolve-0-r1
|
>=acct-user/systemd-resolve-0-r1
|
||||||
>=acct-user/systemd-timesync-0-r1
|
>=acct-user/systemd-timesync-0-r1
|
||||||
>=sys-apps/baselayout-2.2
|
>=sys-apps/baselayout-2.2
|
||||||
sys-apps/kbd
|
|
||||||
ukify? (
|
ukify? (
|
||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
$(python_gen_cond_dep "${PEFILE_DEPEND}")
|
$(python_gen_cond_dep "${PEFILE_DEPEND}")
|
||||||
|
|||||||
@ -9,7 +9,10 @@ DESCRIPTION="CoreOS Linux kernel"
|
|||||||
KEYWORDS="amd64 arm64"
|
KEYWORDS="amd64 arm64"
|
||||||
RESTRICT="userpriv" # dracut (via bootengine) needs root
|
RESTRICT="userpriv" # dracut (via bootengine) needs root
|
||||||
|
|
||||||
RDEPEND="=sys-kernel/coreos-modules-${PVR}"
|
RDEPEND="
|
||||||
|
=sys-kernel/coreos-modules-${PVR}
|
||||||
|
sys-apps/kbd
|
||||||
|
"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
sys-kernel/dracut
|
sys-kernel/dracut
|
||||||
"
|
"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user