mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 11:32:02 +02:00
baselayout, systemd: add group "render" for udev
This commit adds a dependency on acct-group/render to systemd. The respective group is provided by portage-stable (https://github.com/flatcar-linux/portage-stable commit ID db2ed1e74a89944b1500dba1471072e8da3dddc9). Furthermore, the baselayout commit ID is bumped to include a change from https://github.com/flatcar-linux/baselayout - to 1d32bea2c0e4335d4a8f7e0ccd6a7b41da15e4a7 - which includes this group in the baselayout used by initramfs. Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
This commit is contained in:
parent
b2ade58190
commit
eb9c81ee47
@ -9,7 +9,7 @@ CROS_WORKON_REPO="git://github.com"
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="2b8e4de42771033072324713ba8919248585d263" # flatcar-master
|
CROS_WORKON_COMMIT="1d32bea2c0e4335d4a8f7e0ccd6a7b41da15e4a7" # add group "render" for udev
|
||||||
KEYWORDS="amd64 arm arm64 x86"
|
KEYWORDS="amd64 arm arm64 x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -85,6 +85,7 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
|
|||||||
xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= )"
|
xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= )"
|
||||||
|
|
||||||
RDEPEND="${COMMON_DEPEND}
|
RDEPEND="${COMMON_DEPEND}
|
||||||
|
acct-group/render
|
||||||
sysv-utils? ( !sys-apps/sysvinit )
|
sysv-utils? ( !sys-apps/sysvinit )
|
||||||
!sysv-utils? ( sys-apps/sysvinit )
|
!sysv-utils? ( sys-apps/sysvinit )
|
||||||
resolvconf? ( !net-dns/openresolv )
|
resolvconf? ( !net-dns/openresolv )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user