From 0ada52d47f4bb98e8843663e8e2fa05dd52f58f4 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Thu, 30 Jul 2020 14:27:41 +0300 Subject: releng: place custom sshd_config in airootfs Properly track the file instead of modifying it on-the-fly with customize_airootfs.sh. See https://gitlab.archlinux.org/archlinux/archiso/-/issues/21 . --- configs/releng/airootfs/root/customize_airootfs.sh | 1 - 1 file changed, 1 deletion(-) (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 b121e71..cf3fe19 100755 --- a/configs/releng/airootfs/root/customize_airootfs.sh +++ b/configs/releng/airootfs/root/customize_airootfs.sh @@ -9,5 +9,4 @@ echo 'Warning: customize_airootfs.sh is deprecated! Support for it will be remov sed -i 's/#\(en_US\.UTF-8\)/\1/' /etc/locale.gen locale-gen -sed -i 's/#\(PermitRootLogin \).\+/\1yes/' /etc/ssh/sshd_config sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist -- cgit v1.2.3-54-g00ecf