ISO/airootfs/root/customize_airootfs.sh

11 lines
247 B
Bash
Raw Normal View History

2020-07-11 10:42:57 +02:00
#!/usr/bin/env bash
#
# SPDX-License-Identifier: GPL-3.0-or-later
set -e -u
# Warning: customize_airootfs.sh is deprecated! Support for it will be removed in a future archiso version.
sed -i 's/#\(en_US\.UTF-8\)/\1/' /etc/locale.gen
locale-gen