We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c61761 commit 5e98478Copy full SHA for 5e98478
mkarchroot.in
@@ -84,8 +84,8 @@ done
84
unshare --mount pacstrap -${umode}Mcd ${pac_conf:+-C "$pac_conf"} "$working_dir" \
85
"${cache_dirs[@]/#/--cachedir=}" "$@" || die 'Failed to install all packages'
86
87
-printf '%s.UTF-8 UTF-8\n' en_US de_DE > "$working_dir/etc/locale.gen"
88
-echo 'LANG=en_US.UTF-8' > "$working_dir/etc/locale.conf"
+printf '%s.UTF-8 UTF-8\n' C en_US de_DE > "$working_dir/etc/locale.gen"
+echo 'LANG=C.UTF-8' > "$working_dir/etc/locale.conf"
89
echo "$CHROOT_VERSION" > "$working_dir/.arch-chroot"
90
91
systemd-machine-id-setup --root="$working_dir"
0 commit comments