From f9a7b206a58a353eac2d26b464068cfe15f5e461 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Wed, 27 Jan 2021 11:31:02 +0200 Subject: configs/releng: move locale-gen from customize_airootfs.sh to a pacman hook This finally removes customize_airootfs.sh from releng. Fixes https://gitlab.archlinux.org/archlinux/archiso/-/issues/21 . --- configs/releng/airootfs/root/customize_airootfs.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 configs/releng/airootfs/root/customize_airootfs.sh (limited to 'configs/releng/airootfs/root') diff --git a/configs/releng/airootfs/root/customize_airootfs.sh b/configs/releng/airootfs/root/customize_airootfs.sh deleted file mode 100755 index 5a39523..0000000 --- a/configs/releng/airootfs/root/customize_airootfs.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/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 -- cgit v1.2.3-54-g00ecf