V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 51s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-03 18:47:57 +02:00
parent f44590d05c
commit 7232dd7ae7
2 changed files with 19 additions and 16 deletions

View File

@@ -72,6 +72,7 @@ if [[ -f /etc/locale.gen ]]; then
else
touch /etc/locale.gen
fi
echo '${locale_locale} UTF-8' >> /etc/locale.gen
@@ -100,7 +101,7 @@ LC_ALL=
EOF
chmod 0700 "${var_locale_hook}"
do_in_target "${TARGET}" "${var_locale_hook}"
do_in_target_script "${TARGET}" "${var_locale_hook}"
### Set the keyboard layout for the system (for consoles).
cat << EOF >| "${TARGET}/etc/default/keyboard"