From 9a33e778f7e5a4e40eed3606e47f9a1e2dc4533a Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 1 Nov 2019 17:53:17 +0100 Subject: Replace @ULANG@ with the actual language in syslinux submenus --- make_slackware_live.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index f720123..b7f521e 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -643,6 +643,8 @@ EOL cat ${LIVE_TOOLDIR}/menu.tpl | sed \ -e "s/@KBD@/$KBD/g" \ -e "s/@LANG@/$LANCOD/g" \ + -e "s/@ULANG@/${DEF_LANG^^}/g" \ + -e "s,@LOCALE@,${DEF_LOCALE},g" \ -e "s/@CONSFONT@/$CONSFONT/g" \ -e "s/@DIRSUFFIX@/$DIRSUFFIX/g" \ -e "s/@DISTRO@/$DISTRO/g" \ -- cgit v1.2.3