Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/configs/releng/airootfs
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2020-08-12 18:24:30 +0300
committernl6720 <nl6720@gmail.com>2020-08-17 21:33:20 +0300
commite9f209efbf344213609d39b652e7bcbbfa14054d (patch)
treec02cd24ddb2bb48d7476b3c2de43cd1ae68690ce /configs/releng/airootfs
parent31b1dfdbe40dc8c0dace436790708ced784fc402 (diff)
Deprecate build.sh scripts and old mkarchiso commands
Replace build.sh scripts with calls to mkarchiso -B "profiledir" build_profile. Fixes https://gitlab.archlinux.org/archlinux/archiso/-/issues/37 .
Diffstat (limited to 'configs/releng/airootfs')
-rwxr-xr-xconfigs/releng/airootfs/root/customize_airootfs.sh2
1 files changed, 1 insertions, 1 deletions
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