add LANG=C to init

This commit is contained in:
Tobias Powalowski 2023-08-25 20:00:55 +02:00
parent ec7aed5101
commit 339015e14f

View file

@ -1,6 +1,7 @@
#!/usr/bin/bash
# SPDX-License-Identifier: GPL-2.0-only
# created by Tobias Powalowski <tpowa@archlinux.org>
LANG=C
_TITLE="Archboot $(uname -m) | Basic Setup | Early Userspace"
_KEEP="Please keep the boot medium inserted."
_dialog() {