Commit e745fa27 authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: set LOCALES='en_US ru_RU' for jeos

Otherwise only en_US will be available.
parent 5a22cb7d
...@@ -86,6 +86,8 @@ distro/.regular-jeos-base: distro/.regular-bare +efi \ ...@@ -86,6 +86,8 @@ distro/.regular-jeos-base: distro/.regular-bare +efi \
@$(call add,BASE_LISTS,openssh) @$(call add,BASE_LISTS,openssh)
@$(call add,THE_PACKAGES,fdisk) @$(call add,THE_PACKAGES,fdisk)
@$(call add,THE_PACKAGES,btrfs-progs) @$(call add,THE_PACKAGES,btrfs-progs)
@$(call set,LOCALES,en_US ru_RU)
@$(call set,DISABLE_LANG_MENU,1)
distro/.regular-jeos: distro/.regular-jeos-base use/cleanup \ distro/.regular-jeos: distro/.regular-jeos-base use/cleanup \
use/volumes/regular use/ntp/chrony use/net/etcnet \ use/volumes/regular use/ntp/chrony use/net/etcnet \
......
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