From 6689537563b5115f0fbd9088fe8ff8c91e5c6b14 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Fri, 17 Jul 2020 09:04:29 +0300 Subject: Set root user's shell and password with custom /etc/passwd and /etc/shadow Correct shadow file permissions from build.sh. --- configs/releng/airootfs/root/customize_airootfs.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'configs/releng/airootfs/root') diff --git a/configs/releng/airootfs/root/customize_airootfs.sh b/configs/releng/airootfs/root/customize_airootfs.sh index bd9a799..5c98fd6 100755 --- a/configs/releng/airootfs/root/customize_airootfs.sh +++ b/configs/releng/airootfs/root/customize_airootfs.sh @@ -5,10 +5,7 @@ set -e -u sed -i 's/#\(en_US\.UTF-8\)/\1/' /etc/locale.gen locale-gen -usermod -s /usr/bin/zsh root cp -aT /etc/skel/ /root/ -# unset the root password -passwd -d root sed -i 's/#\(PermitRootLogin \).\+/\1yes/' /etc/ssh/sshd_config sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist -- cgit v1.2.3-70-g09d2