fix RELNAME script and README

This commit is contained in:
Mike Radyuk 2012-10-10 09:30:52 +04:00 committed by Michael Shigorin
parent cc623bc56b
commit 78684bfef3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Эта фича меняет содержимое файла /etc/altlinux-release в соответствии
с установленной переменной MENUTITLE, что изменяет пункты загрузки GRUB.
с установленной переменной RELNAME, что изменяет пункты загрузки GRUB.
Применяется при необходимости перекрыть внесенный брендингом текст.

View File

@ -2,7 +2,7 @@
# create a postinstall script to perform the change afterwards
if [ -n "$GLOBAL_VERBOSE" ]; then
echo "** Change /etc/altlinux-release contents to '$RELNAME'"
echo "** Change /etc/altlinux-release contents to 'RELNAME'"
fi >&2
SCRIPT="/usr/share/install2/postinstall.d/91-relname"