Commit 0e3484c2 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: don't use/live/ru

It was a desperate kludge to warrant fallback localization for cases when livecd-setlocale failed to work out properly; "thanks" to systemd paralizing startup the order was chaotic, see #28991 for some details. Now that livecd-setlocale >= 0.3.1 looks like working this should be dropped for good. And the proper preset solution will be l10n feature. That one requires part of alterator-sysconfig backend factored out into a standalone package along with its data.
parent 210baab8
......@@ -8,7 +8,7 @@ distro/.regular-bare: distro/.base +wireless use/efi/signed \
# graphical target (not enforcing xorg drivers or blobs)
distro/.regular-x11: distro/.regular-bare use/x11/wacom +vmguest \
use/live/x11 use/live/ru use/live/install use/live/repo use/live/rw \
use/live/x11 use/live/install use/live/repo use/live/rw \
use/luks use/branding
@$(call add,LIVE_LISTS,$(call tags,(base || desktop) && regular))
@$(call add,LIVE_LISTS,$(call tags,base rescue))
......
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