Debugging
This commit is contained in:
parent
751a7c1ded
commit
c277b96345
|
|
@ -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')
|
||||
o = run('arch-chroot /mnt locale-gen', echo=True)
|
||||
o = run('arch-chroot /mnt chmod 700 /root')
|
||||
|
||||
## == Passwords
|
||||
|
|
|
|||
|
|
@ -13,11 +13,11 @@
|
|||
"systemctl start postgresql" : null
|
||||
},
|
||||
"Setup DNS": {
|
||||
"sh -c \"echo -n -e 'launch=gpgsql\ngpgsql-host=127.0.0.1\ngpgsql-user=pdns\ngpgsql-dbname=pdns\ngpgsql-password={PIN}' >> /etc/powerdns/pdns.conf\"" : null,
|
||||
"sh -c \"echo -e 'launch=gpgsql\ngpgsql-host=127.0.0.1\ngpgsql-user=pdns\ngpgsql-dbname=pdns\ngpgsql-password={PIN}' >> /etc/powerdns/pdns.conf\"" : null,
|
||||
"psql -U pdns -d pdns -a -f /usr/share/doc/powerdns/schema.pgsql.sql" : null
|
||||
},
|
||||
"Install DNS Entries": {
|
||||
|
||||
|
||||
},
|
||||
"Setup autostarts": {
|
||||
"systemctl enable dhcpcd" : null,
|
||||
|
|
|
|||
Loading…
Reference in New Issue