mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-22 21:01:33 +02:00
fix(profiles): Add udev to the stage1 use flags.
Bootstrapping now pulls in udev which is provided by systemd, systemd pulls in hwids which must have the udev use flag enabled. Also add gentoo-systemd-integration which will be used with the next version of systemd.
This commit is contained in:
parent
56ac86f071
commit
89d1377d8d
@ -1 +1,2 @@
|
|||||||
USE="systemd"
|
USE="systemd"
|
||||||
|
BOOTSTRAP_USE="$BOOTSTRAP_USE udev"
|
||||||
|
@ -2,6 +2,7 @@ sys-apps/systemd ~amd64 ~x86
|
|||||||
sys-apps/systemd-ui ~amd64 ~x86
|
sys-apps/systemd-ui ~amd64 ~x86
|
||||||
sys-apps/systemd-sysv-utils ~amd64 ~x86
|
sys-apps/systemd-sysv-utils ~amd64 ~x86
|
||||||
sys-apps/efunctions ~amd64 ~x86
|
sys-apps/efunctions ~amd64 ~x86
|
||||||
|
sys-apps/gentoo-systemd-integration ~amd64 ~x86
|
||||||
|
|
||||||
# Various dependencies that also need to be up-to-date
|
# Various dependencies that also need to be up-to-date
|
||||||
sys-apps/hwids ~amd64 ~x86
|
sys-apps/hwids ~amd64 ~x86
|
||||||
|
Loading…
x
Reference in New Issue
Block a user