diff options
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 |
commit | 9a33e778f7e5a4e40eed3606e47f9a1e2dc4533a (patch) | |
tree | bcd3913ead1d664c8a69afbe9317cc016b7d0bef | |
parent | 48bbfc41fc94bc283a63c8a2b9d7cf7c8397e7f1 (diff) | |
download | liveslak-9a33e778f7e5a4e40eed3606e47f9a1e2dc4533a.tar.gz liveslak-9a33e778f7e5a4e40eed3606e47f9a1e2dc4533a.tar.xz |
Replace @ULANG@ with the actual language in syslinux submenus
-rwxr-xr-x | make_slackware_live.sh | 2 |
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" \ |