From 78fe6560420adccf70c50eb9963e133794f7522e Mon Sep 17 00:00:00 2001 From: nl6720 Date: Fri, 17 Jul 2020 12:10:35 +0300 Subject: Deprecate customize_airootfs.sh Show a deprecation notice if airootfs/root/customize_airootfs.sh is found. --- configs/releng/airootfs/root/customize_airootfs.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/releng/airootfs/root/customize_airootfs.sh') 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 -- cgit v1.2.3-54-g00ecf