Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jan Alexander Steffens (heftig)
devtools
Commits
4a9cf475
Verified
Commit
4a9cf475
authored
Aug 11, 2022
by
Jan Alexander Steffens (heftig)
Browse files
mkarchroot: Add more locales
These are the ones required to pass the tests for geocode-glib.
parent
b8d9a2b4
Pipeline
#24395
passed with stages
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mkarchroot.in
View file @
4a9cf475
...
...
@@ -84,7 +84,8 @@ done
unshare
--mount
pacstrap -
${
umode
}
Mcd
${
pac_conf
:+-C
"
$pac_conf
"
}
"
$working_dir
"
\
"
${
cache_dirs
[@]/#/--cachedir=
}
"
"
$@
"
||
die
'Failed to install all packages'
printf
'%s.UTF-8 UTF-8\n'
C en_US de_DE
>
"
$working_dir
/etc/locale.gen"
printf
'%s.UTF-8 UTF-8\n'
C en_US de_DE en_GB fr_FR cs_CZ sv_SE
\
>
"
$working_dir
/etc/locale.gen"
echo
'LANG=C.UTF-8'
>
"
$working_dir
/etc/locale.conf"
echo
"
$CHROOT_VERSION
"
>
"
$working_dir
/.arch-chroot"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment