Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/configs/releng/airootfs/root
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2020-07-17 12:10:35 +0300
committernl6720 <nl6720@gmail.com>2020-07-28 11:56:58 +0300
commit78fe6560420adccf70c50eb9963e133794f7522e (patch)
tree3a2a598042cf77affb88ae1171407daa05ef6e59 /configs/releng/airootfs/root
parentdf93289b73c87f290a884ea6fa955a49cc0f8a9d (diff)
Deprecate customize_airootfs.sh
Show a deprecation notice if airootfs/root/customize_airootfs.sh is found.
Diffstat (limited to 'configs/releng/airootfs/root')
-rwxr-xr-xconfigs/releng/airootfs/root/customize_airootfs.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/releng/airootfs/root/customize_airootfs.sh b/configs/releng/airootfs/root/customize_airootfs.sh
index 5c98fd6..2d7f2e0 100755
--- a/configs/releng/airootfs/root/customize_airootfs.sh
+++ b/configs/releng/airootfs/root/customize_airootfs.sh
@@ -2,6 +2,8 @@
set -e -u
+echo '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