Commit e1f86a54 authored by Anton Midyukov's avatar Anton Midyukov

live.mk: do not disable messagebus in distro/.live-games

parent 0b2a816f
...@@ -124,7 +124,7 @@ distro/.live-games: distro/.live-kiosk use/x11/3d use/sound \ ...@@ -124,7 +124,7 @@ distro/.live-games: distro/.live-kiosk use/x11/3d use/sound \
@$(call add,LIVE_PACKAGES,pciutils input-utils glxgears glxinfo) @$(call add,LIVE_PACKAGES,pciutils input-utils glxgears glxinfo)
@$(call add,LIVE_PACKAGES,glibc-locales apulse) @$(call add,LIVE_PACKAGES,glibc-locales apulse)
@$(call add,LIVE_PACKAGES,livecd-net-eth) @$(call add,LIVE_PACKAGES,livecd-net-eth)
@$(call add,DEFAULT_SERVICES_DISABLE,rpcbind alteratord messagebus) @$(call add,DEFAULT_SERVICES_DISABLE,rpcbind alteratord)
distro/live-flightgear: distro/.live-games distro/live-flightgear: distro/.live-games
@$(call add,LIVE_PACKAGES,FlightGear) @$(call add,LIVE_PACKAGES,FlightGear)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment