summaryrefslogtreecommitdiff
path: root/configs/talkingparabola/airootfs/root/customize_airootfs.sh
blob: 92e57debaed6c7d84e1799decbd3bf191657aa9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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 parabolaiso version.

sed -i 's/#\(en_US\.UTF-8\)/\1/' /etc/locale.gen
locale-gen

sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist