index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2021-01-27 11:31:02 +0200 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2021-01-31 11:34:56 +0200 |
commit | f9a7b206a58a353eac2d26b464068cfe15f5e461 (patch) | |
tree | 0bc9c98ac232964a102e7ad9f41b477234f6a1c1 /configs/releng/airootfs/root | |
parent | a46c74087fe91c35589dcf1082128e282ad8c9be (diff) |
-rwxr-xr-x | configs/releng/airootfs/root/customize_airootfs.sh | 10 |
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 |