Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall.py
diff options
context:
space:
mode:
authorLord Anton Hvornum <anton.feeds@gmail.com>2018-04-12 22:53:21 +0200
committerLord Anton Hvornum <anton.feeds@gmail.com>2018-04-12 22:53:21 +0200
commit81df161ffc7923e3dda6860a2a91581b2a62d58d (patch)
tree4db490d768137187e7bc6d550c038f3e26e2786e /archinstall.py
parentc277b96345b02289f13cf94fcbef24c57ca0ee6b (diff)
Forgot to create the pdns user
Diffstat (limited to 'archinstall.py')
-rw-r--r--archinstall.py2
1 files changed, 1 insertions, 1 deletions
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