mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56:58 +02:00
fix(profiles): Disable systemd use flag for dbus on targets.
This flag enables 'at_console' policy support using logind. I don't think we actually have a use for that and having it disabled hasn't caused anything weird that I know of so far so leave it disabled. Enabling this flag causes a circular dependency between systemd and dbus which is resolved in catalyst bootstrapped builds like the SDK but for target builds this is a problem.
This commit is contained in:
parent
7878926463
commit
bcd2cea31b
@ -50,7 +50,7 @@ net-wireless/bluez-test alsa -consolekit -readline test-programs
|
|||||||
net-wireless/wpa_supplicant dbus debug -readline ssl
|
net-wireless/wpa_supplicant dbus debug -readline ssl
|
||||||
sci-geosciences/gpsd -python -ntp -X dbus garmin minimal ocean tntc usb -sockets
|
sci-geosciences/gpsd -python -ntp -X dbus garmin minimal ocean tntc usb -sockets
|
||||||
sys-apps/busybox -pam -selinux
|
sys-apps/busybox -pam -selinux
|
||||||
sys-apps/dbus -X
|
sys-apps/dbus -X -systemd
|
||||||
sys-apps/iproute2 ipv6
|
sys-apps/iproute2 ipv6
|
||||||
# mosys: crosbug.com/p/11630
|
# mosys: crosbug.com/p/11630
|
||||||
sys-apps/mosys static
|
sys-apps/mosys static
|
||||||
|
Loading…
Reference in New Issue
Block a user