summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-11-01 17:53:17 +0100
committer Eric Hameleers <alien@slackware.com>2019-11-01 17:53:17 +0100
commit9a33e778f7e5a4e40eed3606e47f9a1e2dc4533a (patch)
treebcd3913ead1d664c8a69afbe9317cc016b7d0bef /make_slackware_live.sh
parent48bbfc41fc94bc283a63c8a2b9d7cf7c8397e7f1 (diff)
downloadliveslak-9a33e778f7e5a4e40eed3606e47f9a1e2dc4533a.tar.gz
liveslak-9a33e778f7e5a4e40eed3606e47f9a1e2dc4533a.tar.xz
Replace @ULANG@ with the actual language in syslinux submenus
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-xmake_slackware_live.sh2
1 files changed, 2 insertions, 0 deletions
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" \