index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2020-06-29 20:23:00 +0300 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2020-06-30 06:25:43 +0300 |
commit | 3720627e8863fcd5abeeca529f7b0709e6365cc4 (patch) | |
tree | f9665f89c3682bc5ab45759be304b2274c65997e /configs/releng/airootfs/root | |
parent | d11737ffe86f22efc9e84ce4eec7c6f4bae1a4f3 (diff) |
-rwxr-xr-x | configs/releng/airootfs/root/customize_airootfs.sh | 3 |
diff --git a/configs/releng/airootfs/root/customize_airootfs.sh b/configs/releng/airootfs/root/customize_airootfs.sh index 5ea4a8b..10fc477 100755 --- a/configs/releng/airootfs/root/customize_airootfs.sh +++ b/configs/releng/airootfs/root/customize_airootfs.sh @@ -15,6 +15,3 @@ passwd -d root sed -i 's/#\(PermitRootLogin \).\+/\1yes/' /etc/ssh/sshd_config sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist - -systemctl enable pacman-init.service choose-mirror.service systemd-networkd.service systemd-resolved.service -systemctl set-default multi-user.target |