regular.mk: updated #28805 workaround

See-also: http://bugzilla.altlinux.org/28805
This commit is contained in:
Michael Shigorin 2017-03-31 20:56:13 +03:00
parent bca1342015
commit f0c0d142c2

View File

@ -41,7 +41,7 @@ distro/.regular-desktop: distro/.regular-wm \
@$(call add,THE_BRANDING,bootloader)
@$(call add,THE_PACKAGES,upower bluez)
@$(call add,THE_PACKAGES,disable-usb-autosuspend)
@$(call add,THE_PACKAGES,systemd-udev-console-fb) #28805
@$(call add,THE_PACKAGES,vconsole-setup-kludge) #28805
@$(call add,DEFAULT_SERVICES_DISABLE,gssd idmapd krb5kdc rpcbind)
@$(call add,DEFAULT_SERVICES_ENABLE,bluetoothd)
@$(call set,KFLAVOURS,std-def)