From 81df161ffc7923e3dda6860a2a91581b2a62d58d Mon Sep 17 00:00:00 2001 From: Lord Anton Hvornum Date: Thu, 12 Apr 2018 22:53:21 +0200 Subject: Forgot to create the pdns user --- archinstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall.py') diff --git a/archinstall.py b/archinstall.py index 6d04d754..5929de13 100644 --- a/archinstall.py +++ b/archinstall.py @@ -276,7 +276,7 @@ if __name__ == '__main__': o = run("arch-chroot /mnt sh -c \"echo '{hostname}' > /etc/hostname\"".format(**args)) o = run("arch-chroot /mnt sh -c \"echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen\"") o = run("arch-chroot /mnt sh -c \"echo 'LANG=en_US.UTF-8' > /etc/locale.conf\"") - o = run('arch-chroot /mnt locale-gen', echo=True) + o = run('arch-chroot /mnt locale-gen') o = run('arch-chroot /mnt chmod 700 /root') ## == Passwords -- cgit v1.2.3-70-g09d2