From 64883e34b1e44a60de1833c9efee1c0647c16b94 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 4 Sep 2018 21:35:12 +0200 Subject: Make the default language of the Live ISO configurable Added a new parameter to 'make_slackware_live.sh' script: -l For example, create a liveslak ISO with dutch as the default language instead of US english: # ./make_slackware_live.sh -l nl Using this parameter you can onfigure a different default language for the resulting ISO image. The default localization if you do not supply this parameter remains "us" as before. The boot menu offers a selection of other languages/localizations to pick from (currently you can select any of 'be br da gb de de_ch es fr fr_ch it ja nl pt ru se us') but now you can create your own brand of liveslak ISO with your own language as the default. --- menu.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'menu.tpl') diff --git a/menu.tpl b/menu.tpl index 706009b..4d7cc8d 100644 --- a/menu.tpl +++ b/menu.tpl @@ -51,7 +51,7 @@ label live endtext menu begin kbd - menu title Non-US Keyboard selection + menu title Non-@ULANG@ Keyboard selection label Previous menu label Previous Menu menu exit @@ -60,7 +60,7 @@ menu begin kbd menu end menu begin language - menu title Non-US Language selection + menu title Non-@ULANG@ Language selection label Previous menu label Previous Menu menu exit -- cgit v1.2.3