V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 51s
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user