From 4f4047a3f8927e58d79e396bdd032b9c24bd1f19 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Sun, 24 Jan 2021 17:29:01 +0200 Subject: configs/releng: move the mirror uncommenting sed command from customize_airootfs.sh to a pacman hook After pacman-mirrorlist is installed, /etc/pacman.d/hooks/uncomment-mirrors.hook will run a sed command which uncomments all Server lines in /etc/pacman.d/mirrorlist. This brings us another step closer to the complete removal of customize_airootfs.sh. Related to https://gitlab.archlinux.org/archlinux/archiso/-/issues/21 . --- configs/releng/airootfs/root/customize_airootfs.sh | 2 -- 1 file changed, 2 deletions(-) (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 dbcde48..5a39523 100755 --- a/configs/releng/airootfs/root/customize_airootfs.sh +++ b/configs/releng/airootfs/root/customize_airootfs.sh @@ -8,5 +8,3 @@ set -e -u sed -i 's/#\(en_US\.UTF-8\)/\1/' /etc/locale.gen locale-gen - -sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist -- cgit v1.2.3-54-g00ecf