From 5bea4c50e7afd39ae64bb2b80c49e4a81650be1b Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 28 Jul 2024 19:14:18 +0200 Subject: Re-introduce password setting in VM preparation This is useful to log into the VM manually e.g. for package updates. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 346befd..8e25356 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ locale-gen echo 'LANG=en_US.UTF-8' > /etc/locale.conf echo 'craft-archlinux' > /etc/hostname mkinitcpio -P +echo 'root' | passwd -s systemctl enable NetworkManager systemctl enable chronyd sed -i 's|#PermitRootLogin prohibit-password|PermitRootLogin yes|g' /etc/ssh/sshd_config -- cgit v1.2.3-70-g09d2