index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2020-07-30 14:27:41 +0300 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2020-07-30 15:53:46 +0300 |
commit | 0ada52d47f4bb98e8843663e8e2fa05dd52f58f4 (patch) | |
tree | e82f47e780d80050b5402695ffa106e3f2461734 /configs/releng/airootfs/root/customize_airootfs.sh | |
parent | eec944cdf7d14cf656c047885010d63a3d9ed3e6 (diff) |
-rwxr-xr-x | configs/releng/airootfs/root/customize_airootfs.sh | 1 |
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 |