Commit 9afa5668 authored by Anton Midyukov's avatar Anton Midyukov

oem: do not set English language by default

The default language is configured in feature l10n.
parent 1c38381c
use/oem: use/services use/branding use/deflogin/root
use/oem: use/services use/branding use/deflogin/root use/l10n
@$(call add_feature)
@$(call add,DEFAULT_SERVICES_ENABLE,messagebus alteratord)
@$(call add,BASE_PACKAGES,alterator-setup alterator-notes)
......
......@@ -7,8 +7,6 @@ TARGET=/lib/systemd/system/$GLOBAL_OEM_TARGET.target
[ ! -s "$TARGET" ] ||
ln -s "$TARGET" /etc/systemd/system/default.target
echo "LANG=en_US.utf-8" >> /etc/sysconfig/i18n
# Disable cleanup alterator-setup
[ ! "$GLOBAL_OEM_NO_CLEANUP" = yes ] ||
sed -i 's/^REMOVE_SELF=.*/REMOVE_SELF=0/' /etc/alterator-setup/config
......
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