Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2018-04-08 15:38:38 +0200
committerGitHub <noreply@github.com>2018-04-08 15:38:38 +0200
commit2be11b89da88a253e0b0ed33527d71fdf4163ae7 (patch)
tree8f559eec1e9240782c3a798ff22090259b367580 /deployments
parent6b07a7cb4960d9789fd891493c866d1a2e04b746 (diff)
Removed debugging, added autostarts.
Diffstat (limited to 'deployments')
-rw-r--r--deployments/08:00:27:e0:e0:e6.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/deployments/08:00:27:e0:e0:e6.json b/deployments/08:00:27:e0:e0:e6.json
index 798740d3..f8f75408 100644
--- a/deployments/08:00:27:e0:e0:e6.json
+++ b/deployments/08:00:27:e0:e0:e6.json
@@ -21,8 +21,11 @@
},
"Create mirror": {
"mkdir -p /srv/http/archlinux/arch_offline/os/x86_64" : null,
- "pacman --noconfirm --dbpath /tmp/ -Syu -w --cachedir /srv/http/archlinux/arch_offline/os/x86_64 base base-devel git python python-systemd awesome xorg-xinit xorg-server xterm nano screen sudo iptables mesa-libgl dhclient dnsmasq darkhttpd openssh sshfs openssl openvpn gcc" : {"debug" : true},
+ "pacman --noconfirm --dbpath /tmp/ -Syu -w --cachedir /srv/http/archlinux/arch_offline/os/x86_64 base base-devel git python python-systemd awesome xorg-xinit xorg-server xterm nano screen sudo iptables mesa-libgl dhclient dnsmasq darkhttpd openssh sshfs openssl openvpn gcc" : null,
"sh -c 'repo-add /srv/http/archlinux/arch_offline/os/x86_64/arch_offline.db.tar.gz /srv/http/archlinux/arch_offline/os/x86_64/*.pkg.tar.xz'" : null
- }
+ },
+ "Setup autostarts": {
+ "systemctl enable dhcpcd" : null,
+ "systemctl enable lighttpd2" : null
}
}