syslinux: update branding defaults

s/ALT Linux/ALT/g as per s/ALT Linux/BaseALT/g Ltd
This commit is contained in:
Michael Shigorin 2016-12-26 16:11:21 +03:00
parent 4e7cdb0712
commit 2fcfe3a70e
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ use/syslinux: sub/stage1
@$(call add_feature)
@$(call add,STAGE1_PACKAGES,syslinux)
@$(call try,META_SYSTEM_ID,SYSLINUX)
@$(call set,RELNAME,ALT Linux ($(IMAGE_NAME)))
@$(call set,RELNAME,ALT ($(IMAGE_NAME)))
# UI is overwritten
use/syslinux/ui/%: use/syslinux

View File

@ -71,7 +71,7 @@ distro: bootargs
@if [ -n "$(META_VOL_SET)" ]; then \
DISTRO="$(META_VOL_SET)"; \
else \
DISTRO="ALT Linux"; \
DISTRO="ALT"; \
fi; \
sed -i "s,@distro@,$$DISTRO," $(DSTDIR)/*.cfg