index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | configs/releng/airootfs/root/customize_airootfs.sh | 2 |
diff --git a/configs/releng/airootfs/root/customize_airootfs.sh b/configs/releng/airootfs/root/customize_airootfs.sh index cf3fe19..dbcde48 100755 --- a/configs/releng/airootfs/root/customize_airootfs.sh +++ b/configs/releng/airootfs/root/customize_airootfs.sh @@ -4,7 +4,7 @@ set -e -u -echo 'Warning: customize_airootfs.sh is deprecated! Support for it will be removed in a future archiso version.' +# 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 |