Commit 78684bfe authored by Mike Radyuk's avatar Mike Radyuk Committed by Michael Shigorin

fix RELNAME script and README

parent cc623bc5
Эта фича меняет содержимое файла /etc/altlinux-release в соответствии
с установленной переменной MENUTITLE, что изменяет пункты загрузки GRUB.
с установленной переменной RELNAME, что изменяет пункты загрузки GRUB.
Применяется при необходимости перекрыть внесенный брендингом текст.
......@@ -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"
......
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